SK.GetStepper
static Object GetStepper(Type type)
This will search the list of ISteppers that are
currently attached to StereoKit. This includes ISteppers that
have been added but are not yet initialized. This will return the
first IStepper in the list that is assignable to the provided
type.
| Type type | Any parent or exact type. |
| RETURNS: Object | The first IStepper in the list that is assignable to the provided generic type, or null if none is found. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!