[]
Gets the value of the specified property by name.
public Vector3 GetVector3ValueByName(string name)
Public Function GetVector3ValueByName(name As String) As Vector3
| Type | Name | Description |
|---|---|---|
| string | name | The name of the property. |
| Type | Description |
|---|---|
| Vector3 | The value of the specified property by name. |