C# Class BulletCSharp.GrahamVector3

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
GrahamVector3 ( btVector3 org, int orgIndex ) : System

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GrahamVector3() public method

public GrahamVector3 ( btVector3 org, int orgIndex ) : System
org btVector3
orgIndex int
return System

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool