Class Body
- Namespace
- Awperative
- Assembly
- Awperative.dll
public sealed class Body : DockerEntity
- Inheritance
-
Body
- Inherited Members
Properties
Components
All components attached to the body
public List<Component> Components { get; }
Property Value
Scene
Current scene the body exists in
public Scene Scene { get; }
Property Value
Tags
All tags attached to the body
public List<string> Tags { get; }
Property Value
transform
Position of the body
public Transform transform { get; }