Class ChannelBase
Base class containing functionality common to all Channel types, no matter of the type of the values of the containing key frames.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Xirkit
Assembly: Fusee.Xirkit.dll
Syntax
public abstract class ChannelBase
Properties
Duration
Retrieves the overall duration of this channel.
Declaration
public abstract float Duration { get; }
Property Value
Type | Description |
---|---|
System.Single |
Time
Gets and sets the time of the Channel.
Declaration
public float Time { get; }
Property Value
Type | Description |
---|---|
System.Single |
Methods
SetTick(Single)
Increments the current time and advances between the best fitting keyframes.
Declaration
public abstract void SetTick(float time)
Parameters
Type | Name | Description |
---|---|---|
System.Single | time | The time to advance this channel about. |