StiAnimationGeom Class
Namespace: Stimulsoft.Base.Context
Inheritance
Inherits from: StiGeom
Constructors
| Constructor | Description |
|---|---|
| StiAnimationGeom(StiAnimation animation, StiInteractionDataGeom interaction) |
StiAnimationGeom(animation: StiAnimation, interaction: StiInteractionDataGeom)
Parameters
- animation (StiAnimation)
- interaction (StiInteractionDataGeom)
Properties
| Property | Type | Description |
|---|---|---|
| Animation | StiAnimation | |
| Interaction | StiInteractionDataGeom |
Methods
| Method | Returns | Description |
|---|---|---|
| LoadFromJsonObject | void | |
| SaveToJsonObject | JObject |
Method Details
LoadFromJsonObject
LoadFromJsonObject(jObject: JObject): void
Parameters
- jObject (JObject)
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject