示例#1
0
 /* ----------------------------------------------- Functions */
 #region Functions
 public bool ValueGet(ref int outValue,
                      ref int outFrameKey,
                      Library_SpriteStudio6.Data.Animation.PackAttribute.ContainerInt container,
                      ref Library_SpriteStudio6.Data.Animation.PackAttribute.ArgumentContainer argument
                      )
 {
     return(Library_SpriteStudio6.Data.Animation.PackAttribute.StandardUncompressed.ValueGet(ref outValue, ref outFrameKey, argument.Frame, container.TableValue));
 }
示例#2
0
 public bool ValueGetIndex(ref Library_SpriteStudio6.Data.Animation.Attribute.VertexCorrection outValue,
                           ref int outFrameKey,
                           int index,
                           Library_SpriteStudio6.Data.Animation.PackAttribute.ContainerVertexCorrection container,
                           ref Library_SpriteStudio6.Data.Animation.PackAttribute.ArgumentContainer argument
                           )
 {
     return(Library_SpriteStudio6.Data.Animation.PackAttribute.StandardUncompressed.ValueGet(ref outValue, ref outFrameKey, index, container.TableValue));
 }