is_attribute_plain_data
- omni.graph.core.is_attribute_plain_data(attrib: str | pxr.Sdf.Path | omni.graph.core._omni_graph_core.Attribute | pxr.Usd.Property) bool
Is the given attribute numeric or string data?
- Parameters
attrib – The attribute in question
- Returns
True if the given attribute is numeric or string data
- Return type
bool