Struct aiTimeSampling
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)
Namespace: UTJ.Alembic
Syntax
public struct aiTimeSampling
Fields
self
Declaration
public IntPtr self
Field Value
Type | Description |
---|---|
System.IntPtr |
Properties
sampleCount
Declaration
public int sampleCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
GetRange(ref Double, ref Double)
Declaration
public void GetRange(ref double start, ref double end)
Parameters
Type | Name | Description |
---|---|---|
System.Double | start | |
System.Double | end |
GetTime(Int32)
Declaration
public double GetTime(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
System.Double |