C# Class Nez.EntityExt

Afficher le fichier Open project: prime31/Nez

Private Methods

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