Get Head Transform
How to get Head Transform
public Transform GetHeadTransform()
Return type
Datatype | Description |
---|---|
Transform | Transform of head |
This method returns the updated head transform.
If you want to get the updated transform then this function must be used in Update()
Last updated