コード例 #1
0
 /// <summary>
 /// Basiskonstruktor.
 /// </summary>
 public ScalingEffect()
 {
     endImageScale = 0.0f;
     Direction = ScaleDirection.None;
     ActionType = ScaleActionType.OneWay;
     StartImageScale = 0.0f;
     ScalingPerMillisecond = 0.0f;
 }
コード例 #2
0
 public ScaleAction(string resourceName, ScaleActionType type)
 {
     this.ResourceName = resourceName;
     this.Type         = type;
 }