C# Class Universe.Physics.BulletSPlugin.BulletShape

Afficher le fichier Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Méthodes publiques

Свойство Type Description
isNativeShape bool
shapeKey System.UInt64
shapeType BSPhysicsShapeType

Méthodes publiques

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

Method Details

BulletShape() public méthode

public BulletShape ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Clear() public méthode

public Clear ( ) : void
Résultat void

Clone() public méthode

public Clone ( ) : BulletShape
Résultat BulletShape

ReferenceSame() public méthode

public ReferenceSame ( BulletShape xx ) : bool
xx BulletShape
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

isNativeShape public_oe property

public bool isNativeShape
Résultat bool

shapeKey public_oe property

public System.UInt64 shapeKey
Résultat System.UInt64

shapeType public_oe property

public BSPhysicsShapeType shapeType
Résultat BSPhysicsShapeType