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