|
UInt32 | time_in_ticks |
|
Vector | value |
|
◆ VectorKeyframe()
HPS.VectorKeyframe.VectorKeyframe |
( |
UInt32 |
in_ticks, |
|
|
Vector |
in_value |
|
) |
| |
|
inline |
Creates a new VectorKeyframe, suitable for using with a VectorSampler object. The correspondence between real time and ticks can be controlled through AnimationControl::SetTimePerTick
- Parameters
-
in_ticks | The time, specified in ticks, when this keyframe should be executed. |
in_value | The value of this keyframe at the specified time. |
◆ Equals() [1/2]
override bool HPS.VectorKeyframe.Equals |
( |
object |
obj | ) |
|
|
inline |
Compares this VectorKeyframe object to another object.
- Parameters
-
obj | The object to compare to this object. |
- Returns
- Returns true if the parameter is equivalent, false otherwise.
◆ Equals() [2/2]
◆ operator!=()
Check if the source VectorKeyframe is different from this VectorKeyframe.
- Parameters
-
- Returns
- true if the objects are different, false otherwise.
◆ operator==()
The documentation for this struct was generated from the following file:
- internals/hps_sprk/source/cs/HPS.VectorKeyFrame.cs