C# Class BulletCSharp.btPlane

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
btPlane ( ) : System
btPlane ( btVector3 n, float d ) : System

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

btPlane() public method

public btPlane ( ) : System
return System

btPlane() public method

public btPlane ( btVector3 n, float d ) : System
n btVector3
d float
return System

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool