GetSLOTPosition() публичный Метод

public GetSLOTPosition ( int slot ) : Vector3
slot int
Результат Vector3
Пример #1
0
 public void PrepareSlotInterpolation()
 {
     _IdleFramesPct   = 1f;
     SnapSelfPrevious = _Position;
     if (Container != null)
     {
         PreviousSlotOffset = Container.GetSLOTPosition(ContainerSlot, false) - Container.Position;
     }
     else
     {
         PreviousSlotOffset = null;
     }
 }