Dynamic
Base class for dynamics
Properties
Name | Type | Description |
---|---|---|
Name | String | A String that represents the name of the object. |
Enabled | Boolean | The active state of the dynamic in the game world |
Root | Dynamic | Gets the root parent of the object. |
Position | Vector3 | A Vector3 that represents the object's position. |
Rotation | Vector3 | Gets/sets the rotation of the dynamic |
LocalRotation | Vector3 | Gets/sets the local rotation of the dynamic |
Size | Vector3 | |
Parent | Dynamic | |
TextureID | Number | |
TextureTiling | Number | |
TextureTilingY | Number |
Functions
Name | Returns | Description |
---|---|---|
SetParent | Void | |
Log | Void | |
IsA | Boolean | |
FindFirstChild | Dynamic | |
FindFirstChildOfClass | Dynamic | |
FindFirstParentOfClass | Dynamic | |
MoveTo | Void | |
NetworkSync | Void | |
LocalToWorldPoint | Vector3 | Converts a 3D point from local space to world space. Affected by the dynamic's scale. |
Clone | Dynamic | |
GetChildren | Table | |
ClearChildren | Number | |
Destroy | Void | |
New | Dynamic | |
New | Dynamic |
Events
Name | Description |
---|---|
AncestryChanged |