C# Class BulletCSharp.CProfileIterator

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
Enter_Child ( int index ) : void
Enter_Largest_Child ( ) : void
Enter_Parent ( ) : void
First ( ) : void
Get_Current_Name ( ) : string
Get_Current_Parent_Name ( ) : string
Get_Current_Parent_Total_Calls ( ) : int
Get_Current_Parent_Total_Time ( ) : float
Get_Current_Total_Calls ( ) : int
Get_Current_Total_Time ( ) : float
Get_Current_UserPointer ( ) : SWIGTYPE_p_void
Is_Done ( ) : bool
Is_Root ( ) : bool
Next ( ) : void
Set_Current_UserPointer ( SWIGTYPE_p_void ptr ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Enter_Child() public method

public Enter_Child ( int index ) : void
index int
return void

Enter_Largest_Child() public method

public Enter_Largest_Child ( ) : void
return void

Enter_Parent() public method

public Enter_Parent ( ) : void
return void

First() public method

public First ( ) : void
return void

Get_Current_Name() public method

public Get_Current_Name ( ) : string
return string

Get_Current_Parent_Name() public method

public Get_Current_Parent_Name ( ) : string
return string

Get_Current_Parent_Total_Calls() public method

public Get_Current_Parent_Total_Calls ( ) : int
return int

Get_Current_Parent_Total_Time() public method

public Get_Current_Parent_Total_Time ( ) : float
return float

Get_Current_Total_Calls() public method

public Get_Current_Total_Calls ( ) : int
return int

Get_Current_Total_Time() public method

public Get_Current_Total_Time ( ) : float
return float

Get_Current_UserPointer() public method

public Get_Current_UserPointer ( ) : SWIGTYPE_p_void
return SWIGTYPE_p_void

Is_Done() public method

public Is_Done ( ) : bool
return bool

Is_Root() public method

public Is_Root ( ) : bool
return bool

Next() public method

public Next ( ) : void
return void

Set_Current_UserPointer() public method

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

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool