C# Class Rotator2D, clockwork

Inheritance: MonoBehaviour
Afficher le fichier Open project: shadowseer99/clockwork

Méthodes publiques

Свойство Type Description
fixChildren bool

Méthodes publiques

Méthode 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 méthode

public Awake ( ) : void
Résultat void

FixObj() public méthode

public FixObj ( Transform obj ) : void
obj Transform
Résultat void

FixObjs() public méthode

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

Property Details

fixChildren public_oe property

public bool fixChildren
Résultat bool