Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsOneOfStates(States[])

Returns true if the version control state of the assets is one of the input states.
Read time 1 minuteLast updated 11 days ago

Definition

public bool IsOneOfStates(Asset.States[] states)

Parameters

states

Array of states to test for.

Returns

Type

Description

bool