Interface IPhysicAction3D
Interface for a character controller.
Namespace: Evergine.Framework.Physics3D
Assembly: Evergine.Framework.dll
Syntax
public interface IPhysicAction3D
Properties
InternalController
Gets the internal body.
Declaration
object InternalController { get; }
Property Value
Type | Description |
---|---|
object |
UserData
Gets or sets the user's data.
Declaration
object UserData { get; set; }
Property Value
Type | Description |
---|---|
object |