FRAttributes
FRVariable attributes can be used as variable decorators which are displayed in the inspector. This can be quite handy if you want to create your own custom GUI drawing like a custom slider, button or dropdown. See the FRFloatRange attribute for example.
[Title]
Draw a title on top of the variable.
[HelpBox]
Draw a helpbox on top of the variable.
[OpenURL]
Draw a gui button which opens a webpage.
[Hide]
Hide the variable field in the inspector
[HideInNode]
Hide the variable field in the node.
[VariableGroup]
Combine multiple variables in foldable groups
[FRFloatRange]
Draw a float field slider.
[FRIntRange]
Draw an int field slider.
[SceneObjectOnly]
Allow only scene object references to be assigned.
Last updated