C# Class aiNode, daguerreo

Inheritance: IDisposable
Show file Open project: Akranar/daguerreo Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
FindNode ( aiString, name ) : aiNode,
FindNode ( string name ) : aiNode,
aiNode ( ) : System
aiNode ( string name ) : System

Private Methods

Method Description
GetmChildren ( ) : aiNodeVector
GetmMeshes ( ) : UintVector
aiNode ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( aiNode, obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FindNode() public method

public FindNode ( aiString, name ) : aiNode,
name aiString,
return aiNode,

FindNode() public method

public FindNode ( string name ) : aiNode,
name string
return aiNode,

aiNode() public method

public aiNode ( ) : System
return System

aiNode() public method

public aiNode ( string name ) : System
name string
return System

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool