C# Class Universe.Physics.BulletSPlugin.BulletShape

Show file Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Properties

Property Type Description
isNativeShape bool
shapeKey System.UInt64
shapeType BSPhysicsShapeType

Public Methods

Method Description
BulletShape ( ) : System.Collections.Generic
Clear ( ) : void
Clone ( ) : BulletShape
ReferenceSame ( BulletShape xx ) : bool
ToString ( ) : string

Method Details

BulletShape() public method

public BulletShape ( ) : System.Collections.Generic
return System.Collections.Generic

Clear() public method

public Clear ( ) : void
return void

Clone() public method

public Clone ( ) : BulletShape
return BulletShape

ReferenceSame() public method

public ReferenceSame ( BulletShape xx ) : bool
xx BulletShape
return bool

ToString() public method

public ToString ( ) : string
return string

Property Details

isNativeShape public property

public bool isNativeShape
return bool

shapeKey public property

public System.UInt64 shapeKey
return System.UInt64

shapeType public property

public BSPhysicsShapeType shapeType
return BSPhysicsShapeType