NGUI: Next-Gen UI kit  3.7.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
LagPosition Class Reference

Attach to a game object to make its position always lag behind its parent as the parent moves. More...

Inheritance diagram for LagPosition:

Public Member Functions

void OnRepositionEnd ()
 

Public Attributes

Vector3 speed = new Vector3(10f, 10f, 10f)
 
bool ignoreTimeScale = false
 

Detailed Description

Attach to a game object to make its position always lag behind its parent as the parent moves.

Member Function Documentation

void LagPosition.OnRepositionEnd ( )

Member Data Documentation

bool LagPosition.ignoreTimeScale = false
Vector3 LagPosition.speed = new Vector3(10f, 10f, 10f)

The documentation for this class was generated from the following file: