コード例 #1
0
        public AnimateProp(Entity attachTo, Model model, Vector3 offset, Vector3 rotation)
        {
            EntityAttachedTo = attachTo;
            Model            = model;
            Offset           = offset;
            Rotation         = rotation;

            AnimatePropsHandler.AddAnimateProp(this);
        }
コード例 #2
0
 public void Dispose()
 {
     DeleteProp();
     AnimatePropsHandler.RemoveAnimateProp(this);
 }