Component:ConvertibleIntDriver

From Resonite Wiki
Component image 
Convertible Int Driver`1 component as seen in the Scene Inspector

The ConvertibleIntDriver component is used to convert a value into a Int using the value's convert to Int method.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
Source direct RelayRef`1<IField`1<T>> The value to convert.
Target field drive of Int The field to drive with Source converted into a Int.

Usage

Used to convert values from one type into another via Components rather than ProtoFlux.

Examples

This article or section is a Stub. You can help the Resonite Wiki by expanding it.

See Also