C# Class ScriptRuntime.PhysicsCapsuleShape

胶囊体物理体
Inheritance: PhysicsShape
Mostrar archivo Open project: Genesis-3D/Genesis-3D Class Usage Examples

Protected Methods

Method Description
PhysicsCapsuleShape ( ) : System

Private Methods

Method Description
ICall_PhysicsCapsuleShape_GetHeight ( PhysicsCapsuleShape self ) : float
ICall_PhysicsCapsuleShape_GetRadius ( PhysicsCapsuleShape self ) : float
ICall_PhysicsCapsuleShape_SetHeight ( PhysicsCapsuleShape self, float height ) : void
ICall_PhysicsCapsuleShape_SetRadius ( PhysicsCapsuleShape self, float radius ) : void
PhysicsCapsuleShape ( DummyClass__ dummyObj ) : System

Method Details

PhysicsCapsuleShape() protected method

protected PhysicsCapsuleShape ( ) : System
return System