C# Class aiMeshKey, daguerreo

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
__equal__ ( aiMeshKey, o ) : bool
__greater__ ( aiMeshKey, o ) : bool
__nequal__ ( aiMeshKey, o ) : bool
__smaller__ ( aiMeshKey, o ) : bool
aiMeshKey ( ) : System
aiMeshKey ( double time, uint value ) : System

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

__equal__() public method

public __equal__ ( aiMeshKey, o ) : bool
o aiMeshKey,
return bool

__greater__() public method

public __greater__ ( aiMeshKey, o ) : bool
o aiMeshKey,
return bool

__nequal__() public method

public __nequal__ ( aiMeshKey, o ) : bool
o aiMeshKey,
return bool

__smaller__() public method

public __smaller__ ( aiMeshKey, o ) : bool
o aiMeshKey,
return bool

aiMeshKey() public method

public aiMeshKey ( ) : System
return System

aiMeshKey() public method

public aiMeshKey ( double time, uint value ) : System
time double
value uint
return System

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool