C# Class Rotator2D, clockwork

Inheritance: MonoBehaviour
Exibir arquivo Open project: shadowseer99/clockwork

Public Properties

Property Type Description
fixChildren bool

Public Methods

Method Description
Awake ( ) : void
FixObj ( Transform obj ) : void
FixObjs ( Transform obj ) : void

Fixes obj, fixes all of obj's children if fixChildren.

Method Details

Awake() public method

public Awake ( ) : void
return void

FixObj() public method

public FixObj ( Transform obj ) : void
obj Transform
return void

FixObjs() public method

Fixes obj, fixes all of obj's children if fixChildren.
public FixObjs ( Transform obj ) : void
obj Transform
return void

Property Details

fixChildren public_oe property

public bool fixChildren
return bool