View Model Number Property
class ViewModelNumberProperty(unsafeCppPointer: Long, fileLock: ReentrantLock) : ViewModelProperty<Float>
A number property of a ViewModelInstance. Use value to mutate the property.
Parameters
unsafe Cpp Pointer
Pointer to the C++ counterpart.
file Lock
Lock shared by the File and native graph this property mutates. Updated through ViewModelProperty.updateFileLock when assigned to another native graph.
Properties
Functions
Link copied to clipboard
Increments the references for this counter. Cannot be used for initialization - use refs.incrementAndGet instead.
Link copied to clipboard