Struct Binary.Segment.Interval
Denotes a sequence of animation frames
Namespace: Unity.Kinematica
Assembly: solution.dll
Syntax
public struct Binary.Segment.Interval
Fields
| Name | Description |
|---|---|
| firstFrame | Denotes the first frame of the interval. |
| numFrames | Denotes the number of frames for the interval. |
Properties
| Name | Description |
|---|---|
| FirstFrame | Denotes the first frame of the interval. |
| NumFrames | Denotes the number of frames for the interval. |
| OnePastLastFrame | Denotes the one-past-last frame of the interval. |
Methods
| Name | Description |
|---|---|
| Contains(int) | Determines whether or not the given frame is contained in the interval. |