public AppMain.NNS_MOTION_KEY_Class13 Assign(AppMain.NNS_MOTION_KEY_Class13 motionKey) { if (this != motionKey) { this.Frame = motionKey.Frame; this.Value = motionKey.Value; } return(this); }
public GMS_BOSS5_ARM_PART_ANIM_INFO( int anim, AppMain.NNS_ROTATE_A32 rot, AppMain.NNS_ROTATE_A32 erot) { this.is_anim = anim; this.start_rot = rot; this.end_rot = erot; }
public NNS_NODE(AppMain.NNS_NODE node) { this.fType = node.fType; this.iMatrix = node.iMatrix; this.iParent = node.iParent; this.iChild = node.iChild; this.iSibling = node.iSibling; this.Translation.Assign(node.Translation); this.Rotation = node.Rotation; this.Scaling.Assign(node.Scaling); this.InvInitMtx.Assign(node.InvInitMtx); this.Center.Assign(node.Center); this.Radius = node.Radius; this.User = node.User; this.SIIKBoneLength = node.SIIKBoneLength; this.BoundingBoxY = node.BoundingBoxY; this.BoundingBoxZ = node.BoundingBoxZ; }
public NNS_MOTION_KEY_Class13(AppMain.NNS_MOTION_KEY_Class13 motionKey) { this.Frame = motionKey.Frame; this.Value = motionKey.Value; }