Use rename identifiers

This commit is contained in:
Pyogenics
2025-05-09 18:28:28 +01:00
parent 00c1611d1b
commit c9a017270b
340 changed files with 15000 additions and 15000 deletions

View File

@@ -4,125 +4,125 @@ package versions.version2.a3d.objects
public class A3D2SpotLight
{
private var §_-Hw§:Number;
private var var_265:Number;
private var §_-AS§:Number;
private var var_263:Number;
private var §_-jD§:int;
private var var_270:int;
private var §_-Tn§:uint;
private var var_266:uint;
private var §_-a0§:Number;
private var var_267:Number;
private var §_-GR§:Number;
private var var_264:Number;
private var §_-3I§:Long;
private var var_101:Long;
private var §_-74§:Number;
private var var_262:Number;
private var _name:String;
private var §_-fP§:Long;
private var var_269:Long;
private var §_-bP§:A3D2Transform;
private var var_268:A3D2Transform;
private var §_-1u§:Boolean;
private var var_261:Boolean;
public function A3D2SpotLight(attenuationBegin:Number, attenuationEnd:Number, boundBoxId:int, color:uint, falloff:Number, hotspot:Number, id:Long, intensity:Number, name:String, parentId:Long, transform:A3D2Transform, visible:Boolean)
{
super();
this.§_-Hw§ = attenuationBegin;
this.§_-AS§ = attenuationEnd;
this.§_-jD§ = boundBoxId;
this.§_-Tn§ = color;
this.§_-a0§ = falloff;
this.§_-GR§ = hotspot;
this.§_-3I§ = id;
this.§_-74§ = intensity;
this.var_265 = attenuationBegin;
this.var_263 = attenuationEnd;
this.var_270 = boundBoxId;
this.var_266 = color;
this.var_267 = falloff;
this.var_264 = hotspot;
this.var_101 = id;
this.var_262 = intensity;
this._name = name;
this.§_-fP§ = parentId;
this.§_-bP§ = transform;
this.§_-1u§ = visible;
this.var_269 = parentId;
this.var_268 = transform;
this.var_261 = visible;
}
public function get attenuationBegin() : Number
{
return this.§_-Hw§;
return this.var_265;
}
public function set attenuationBegin(value:Number) : void
{
this.§_-Hw§ = value;
this.var_265 = value;
}
public function get attenuationEnd() : Number
{
return this.§_-AS§;
return this.var_263;
}
public function set attenuationEnd(value:Number) : void
{
this.§_-AS§ = value;
this.var_263 = value;
}
public function get boundBoxId() : int
{
return this.§_-jD§;
return this.var_270;
}
public function set boundBoxId(value:int) : void
{
this.§_-jD§ = value;
this.var_270 = value;
}
public function get color() : uint
{
return this.§_-Tn§;
return this.var_266;
}
public function set color(value:uint) : void
{
this.§_-Tn§ = value;
this.var_266 = value;
}
public function get falloff() : Number
{
return this.§_-a0§;
return this.var_267;
}
public function set falloff(value:Number) : void
{
this.§_-a0§ = value;
this.var_267 = value;
}
public function get hotspot() : Number
{
return this.§_-GR§;
return this.var_264;
}
public function set hotspot(value:Number) : void
{
this.§_-GR§ = value;
this.var_264 = value;
}
public function get id() : Long
{
return this.§_-3I§;
return this.var_101;
}
public function set id(value:Long) : void
{
this.§_-3I§ = value;
this.var_101 = value;
}
public function get intensity() : Number
{
return this.§_-74§;
return this.var_262;
}
public function set intensity(value:Number) : void
{
this.§_-74§ = value;
this.var_262 = value;
}
public function get name() : String
@@ -137,32 +137,32 @@ package versions.version2.a3d.objects
public function get parentId() : Long
{
return this.§_-fP§;
return this.var_269;
}
public function set parentId(value:Long) : void
{
this.§_-fP§ = value;
this.var_269 = value;
}
public function get transform() : A3D2Transform
{
return this.§_-bP§;
return this.var_268;
}
public function set transform(value:A3D2Transform) : void
{
this.§_-bP§ = value;
this.var_268 = value;
}
public function get visible() : Boolean
{
return this.§_-1u§;
return this.var_261;
}
public function set visible(value:Boolean) : void
{
this.§_-1u§ = value;
this.var_261 = value;
}
public function toString() : String