Struct aeContext
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Syntax
Fields
self
Declaration
Field Value
Type |
Description |
System.IntPtr |
|
Properties
topObject
Declaration
public aeObject topObject { get; }
Property Value
Methods
AddTime(Single)
Declaration
public void AddTime(float start_time)
Parameters
Type |
Name |
Description |
System.Single |
start_time |
|
AddTimeSampling(Single)
Declaration
public int AddTimeSampling(float start_time)
Parameters
Type |
Name |
Description |
System.Single |
start_time |
|
Returns
Type |
Description |
System.Int32 |
|
Create()
Declaration
public static aeContext Create()
Returns
Destroy()
Declaration
MarkFrameBegin()
Declaration
public void MarkFrameBegin()
MarkFrameEnd()
Declaration
public void MarkFrameEnd()
OpenArchive(String)
Declaration
public bool OpenArchive(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
Type |
Description |
System.Boolean |
|
SetConfig(ref aeConfig)
Declaration
public void SetConfig(ref aeConfig conf)
Parameters