Exemplo n.º 1
0
 public void RemoveHadle(RuntimeHandle runtimeHandle)
 {
     m_handles.Remove(runtimeHandle);
 }
Exemplo n.º 2
0
 public void AddHandle(RuntimeHandle runtimeHandle)
 {
     m_handles.Add(runtimeHandle);
 }
Exemplo n.º 3
0
 public ScaleHandle(RuntimeHandle handle) : base(handle)
 {
 }
Exemplo n.º 4
0
 public BaseHandle(RuntimeHandle handle)
 {
     this.handle = handle;
 }
Exemplo n.º 5
0
 public RotationHandle(RuntimeHandle handle) : base(handle)
 {
 }
Exemplo n.º 6
0
 public PositionHandle(RuntimeHandle handle) : base(handle)
 {
 }