Class PropertyUtils
Namespace: UnityEngine.Animations.Rigging
Syntax
public static class PropertyUtils
Methods
ConstructConstraintDataPropertyName(String)
Declaration
public static string ConstructConstraintDataPropertyName(string property)
Parameters
Type | Name | Description |
---|---|---|
String | property |
Returns
Type | Description |
---|---|
String |
ConstructCustomPropertyName(Component, String)
Declaration
public static string ConstructCustomPropertyName(Component component, string property)
Parameters
Type | Name | Description |
---|---|---|
Component | component | |
String | property |
Returns
Type | Description |
---|---|
String |