Eyeon:Script/Reference/Applications/Fuse/Classes/Input/GetAttr
From VFXPedia
< Eyeon:Script | Reference | Applications | Fuse | Classes | Input
Contents |
Summary
The GetAttr() function is used to retrieve the value of a specific attribute of this object.
Usage
result = Input:GetAttr(string attribute)
- attribute (string, required)
- The name of the attribute to query.
- result (various)
- The value of the specified attribute. The type will vary according to the attribute.
Example
Tips for GetAttr (edit)
EyeonTips:Script/Reference/Applications/Fuse/Classes/Input/GetAttr