Value_On_Layer#
- class omni.usd.Value_On_Layer(value)#
Bases:
Enum
Enum for the strength type of an attribute value.
Attributes
No value is authored to the stage.
Value is authored to the current edit target.
Value is authored to a stronger layer than the current edit target.
Value is authored to a weaker layer than the current edit target.
- __init__()#
- No_Value = 0#
No value is authored to the stage.
- ON_CURRENT_LAYER = 0#
Value is authored to the current edit target.
- ON_STRONGER_LAYER = 1#
Value is authored to a stronger layer than the current edit target.
- ON_WEAKER_LAYER = 2#
Value is authored to a weaker layer than the current edit target.