C# 클래스 Nez.EntityExt

파일 보기 프로젝트 열기: prime31/Nez

비공개 메소드들

메소드 설명
setLocalPosition ( this self, Vector2 localPosition ) : Entity
setLocalRotation ( this self, float radians ) : Entity
setLocalRotationDegrees ( this self, float degrees ) : Entity
setLocalScale ( this self, Vector2 scale ) : Entity
setLocalScale ( this self, float scale ) : Entity
setParent ( this self, Entity entity ) : Entity
setParent ( this self, Transform parent ) : Entity
setPosition ( this self, Vector2 position ) : Entity
setPosition ( this self, float x, float y ) : Entity
setRotation ( this self, float radians ) : Entity
setRotationDegrees ( this self, float degrees ) : Entity
setScale ( this self, Vector2 scale ) : Entity
setScale ( this self, float scale ) : Entity