C# Class aiScene, daguerreo

Inheritance: IDisposable
Datei anzeigen Open project: Akranar/daguerreo Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
HasAnimations ( ) : bool
HasCameras ( ) : bool
HasLights ( ) : bool
HasMaterials ( ) : bool
HasMeshes ( ) : bool
HasTextures ( ) : bool
aiScene ( ) : System

Private Methods

Method Description
GetmAnimations ( ) : aiAnimationVector
GetmCameras ( ) : aiCameraVector
GetmLights ( ) : aiLightVector
GetmMaterials ( ) : aiMaterialVector
GetmMeshes ( ) : aiMeshVector
GetmTextures ( ) : aiTextureVector
aiScene ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( aiScene, obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

HasAnimations() public method

public HasAnimations ( ) : bool
return bool

HasCameras() public method

public HasCameras ( ) : bool
return bool

HasLights() public method

public HasLights ( ) : bool
return bool

HasMaterials() public method

public HasMaterials ( ) : bool
return bool

HasMeshes() public method

public HasMeshes ( ) : bool
return bool

HasTextures() public method

public HasTextures ( ) : bool
return bool

aiScene() public method

public aiScene ( ) : System
return System

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool