public class SteamEconSchemaAcap extends Object
"Acap" stands for Attribute Controlled Attached Particles. An object containing a list of objects that describe the defined particle effects.
| Constructor and Description |
|---|
SteamEconSchemaAcap() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttachment()
Getter for the field
attachment. |
int |
getId()
Getter for the field
id. |
String |
getName()
Getter for the field
name. |
String |
getSystem()
Getter for the field
system. |
boolean |
isAttach_to_rootbone()
isAttach_to_rootbone.
|
void |
setAttach_to_rootbone(boolean attach_to_rootbone)
Setter for the field
attach_to_rootbone. |
void |
setAttachment(String attachment)
Setter for the field
attachment. |
void |
setId(int id)
Setter for the field
id. |
void |
setName(String name)
Setter for the field
name. |
void |
setSystem(String system)
Setter for the field
system. |
String |
toString() |
public void setSystem(String system)
Setter for the field system.
system - a String objectpublic int getId()
Getter for the field id.
public void setId(int id)
Setter for the field id.
id - a intpublic boolean isAttach_to_rootbone()
isAttach_to_rootbone.
public void setAttach_to_rootbone(boolean attach_to_rootbone)
Setter for the field attach_to_rootbone.
attach_to_rootbone - a booleanpublic String getAttachment()
Getter for the field attachment.
String objectpublic void setAttachment(String attachment)
Setter for the field attachment.
attachment - a String objectpublic void setName(String name)
Setter for the field name.
name - a String objectCopyright © 2016–2024. All rights reserved.