コード例 #1
0
 public animatePrototype()
 {
     this.attributeTypeField = animatePrototypeAttributeType.auto;
     this.additiveField = animatePrototypeAdditive.replace;
     this.accumulateField = animatePrototypeAccumulate.none;
 }
コード例 #2
0
 public animateMotionPrototype()
 {
     this.additiveField   = animatePrototypeAdditive.replace;
     this.accumulateField = animatePrototypeAccumulate.none;
 }
コード例 #3
0
 public animateMotionPrototype()
 {
     this.additiveField = animatePrototypeAdditive.replace;
     this.accumulateField = animatePrototypeAccumulate.none;
 }
コード例 #4
0
 public animatePrototype()
 {
     this.attributeTypeField = animatePrototypeAttributeType.auto;
     this.additiveField      = animatePrototypeAdditive.replace;
     this.accumulateField    = animatePrototypeAccumulate.none;
 }