C# Class BulletCSharp.CProfileNode

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
CProfileNode ( string name, CProfileNode parent ) : System
Call ( ) : void
CleanupMemory ( ) : void
Dispose ( ) : void
GetUserPointer ( ) : SWIGTYPE_p_void
Get_Child ( ) : CProfileNode
Get_Name ( ) : string
Get_Parent ( ) : CProfileNode
Get_Sibling ( ) : CProfileNode
Get_Sub_Node ( string name ) : CProfileNode
Get_Total_Calls ( ) : int
Get_Total_Time ( ) : float
Reset ( ) : void
Return ( ) : bool
SetUserPointer ( SWIGTYPE_p_void ptr ) : void

Private Methods

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

Method Details

CProfileNode() public method

public CProfileNode ( string name, CProfileNode parent ) : System
name string
parent CProfileNode
return System

Call() public method

public Call ( ) : void
return void

CleanupMemory() public method

public CleanupMemory ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

GetUserPointer() public method

public GetUserPointer ( ) : SWIGTYPE_p_void
return SWIGTYPE_p_void

Get_Child() public method

public Get_Child ( ) : CProfileNode
return CProfileNode

Get_Name() public method

public Get_Name ( ) : string
return string

Get_Parent() public method

public Get_Parent ( ) : CProfileNode
return CProfileNode

Get_Sibling() public method

public Get_Sibling ( ) : CProfileNode
return CProfileNode

Get_Sub_Node() public method

public Get_Sub_Node ( string name ) : CProfileNode
name string
return CProfileNode

Get_Total_Calls() public method

public Get_Total_Calls ( ) : int
return int

Get_Total_Time() public method

public Get_Total_Time ( ) : float
return float

Reset() public method

public Reset ( ) : void
return void

Return() public method

public Return ( ) : bool
return bool

SetUserPointer() public method

public SetUserPointer ( SWIGTYPE_p_void ptr ) : void
ptr SWIGTYPE_p_void
return void

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool