public animatePrototype()
 {
     this.attributeTypeField = animatePrototypeAttributeType.auto;
     this.additiveField = animatePrototypeAdditive.replace;
     this.accumulateField = animatePrototypeAccumulate.none;
 }
Esempio n. 2
0
 public animatePrototype()
 {
     this.attributeTypeField = animatePrototypeAttributeType.auto;
     this.additiveField      = animatePrototypeAdditive.replace;
     this.accumulateField    = animatePrototypeAccumulate.none;
 }
 public setPrototype()
 {
     this.attributeTypeField = animatePrototypeAttributeType.auto;
 }
Esempio n. 4
0
 public setPrototype()
 {
     this.attributeTypeField = animatePrototypeAttributeType.auto;
 }