C# Class BulletCSharp.btGEN_List

Inheritance: IDisposable
Show file Open project: sanglin307/BulletUnity3D Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
addHead ( btGEN_Link link ) : void
addTail ( btGEN_Link link ) : void
btGEN_List ( ) : System
getHead ( ) : btGEN_Link
getTail ( ) : btGEN_Link

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

addHead() public method

public addHead ( btGEN_Link link ) : void
link btGEN_Link
return void

addTail() public method

public addTail ( btGEN_Link link ) : void
link btGEN_Link
return void

btGEN_List() public method

public btGEN_List ( ) : System
return System

getHead() public method

public getHead ( ) : btGEN_Link
return btGEN_Link

getTail() public method

public getTail ( ) : btGEN_Link
return btGEN_Link

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool