Function
Single Math.Cast.ToSingle(Object value)
API | http://api.avolites.com/10.1/Math.Cast.ToSingle.html |
---|---|
description | Returns an object cast to a float. An exception will be thrown if the cast is invalid. This operation translates an object value to a single value, see Types. |
Namespaces | Math.Cast |
parameter | value ( Object ) : The value to be translated. |
return value | (Single) |
Chase - Change a chaser's overlap:
<step>ActionScript.SetProperty("Playbacks.Editor.Times.ChaseFixtureOverlap", Math.Cast.ToSingle(1))</step>