C# Class BulletCSharp.int4

Inheritance: IDisposable
Exibir arquivo Open project: sanglin307/BulletUnity3D Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
int4 ( ) : System
int4 ( int _x, int _y, int _z, int _w ) : System

Private Methods

Method Description
getCPtr ( int4 obj ) : HandleRef
int4 ( IntPtr cPtr, bool cMemoryOwn ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

int4() public method

public int4 ( ) : System
return System

int4() public method

public int4 ( int _x, int _y, int _z, int _w ) : System
_x int
_y int
_z int
_w int
return System

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool