PropertyName
Initializes the PropertyName using a string.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
PropertyName(string)
Initializes the PropertyName using a string.
public PropertyName(string name)
Parameters
PropertyName(PropertyName)
Initializes the PropertyName using a string.
public PropertyName(PropertyName other)
Parameters
PropertyName(int)
Initializes the PropertyName using a string.
public PropertyName(int id)