C# 클래스 Rotator2D, clockwork

상속: MonoBehaviour
파일 보기 프로젝트 열기: shadowseer99/clockwork

공개 프로퍼티들

프로퍼티 타입 설명
fixChildren bool

공개 메소드들

메소드 설명
Awake ( ) : void
FixObj ( Transform obj ) : void
FixObjs ( Transform obj ) : void

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

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

FixObj() 공개 메소드

public FixObj ( Transform obj ) : void
obj Transform
리턴 void

FixObjs() 공개 메소드

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

프로퍼티 상세

fixChildren 공개적으로 프로퍼티

public bool fixChildren
리턴 bool