C# Class ccBindRotation, GGJ2016

Inheritance: MonoBehaviour
Show 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 property

public Transform bind
return Transform

bindX public property

public bool bindX
return bool

bindY public property

public bool bindY
return bool

bindZ public property

public bool bindZ
return bool

smooth public property

public float smooth
return float

smoothing public property

public bool smoothing
return bool