C# Class ccBindRotation, GGJ2016

Inheritance: MonoBehaviour
Mostra file Open project: netgrind/GGJ2016

Public Properties

Property Type Description
bind Transform
bindX bool
bindY bool
bindZ bool
smooth float
smoothing bool

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

bind public_oe property

public Transform bind
return Transform

bindX public_oe property

public bool bindX
return bool

bindY public_oe property

public bool bindY
return bool

bindZ public_oe property

public bool bindZ
return bool

smooth public_oe property

public float smooth
return float

smoothing public_oe property

public bool smoothing
return bool