Example #1
0
 public int Get(AnimationStream stream) => value.GetInt(stream);
Example #2
0
 public void ProcessAnimation(AnimationStream stream)
 {
     value = property.GetInt(stream);
 }
Example #3
0
 public Vector3Int Get(AnimationStream stream) =>
 new Vector3Int(x.GetInt(stream), y.GetInt(stream), z.GetInt(stream));