VRTK_TransformFollow
extends VRTK_ObjectFollow
Overview
Changes one game object's transform to follow another game object's transform.
Inspector Parameters
- Moment: The moment at which to follow.
Class Variables
public enum FollowMoment
- The moment at which to follow.OnUpdate
- Follow in the Update method.OnLateUpdate
- Follow in the LateUpdate method.OnPreRender
- Follow in the OnPreRender method. (This script doesn't have to be attached to a camera.)
Updated less than a minute ago