C# Class Universe.Physics.BulletSPlugin.BSAPIUnman.BulletShapeUnman

Inheritance: BulletShape
Show file Open project: Virtual-Universe/Virtual-Universe

Public Properties

Property Type Description
ptr System.IntPtr

Public Methods

Method Description
BulletShapeUnman ( IntPtr xx, BSPhysicsShapeType typ ) : System
Clear ( ) : void
Clone ( ) : BulletShape
ReferenceSame ( BulletShape other ) : bool

Method Details

BulletShapeUnman() public method

public BulletShapeUnman ( IntPtr xx, BSPhysicsShapeType typ ) : System
xx System.IntPtr
typ BSPhysicsShapeType
return System

Clear() public method

public Clear ( ) : void
return void

Clone() public method

public Clone ( ) : BulletShape
return BulletShape

ReferenceSame() public method

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

Property Details

ptr public property

public IntPtr,System ptr
return System.IntPtr