Nez.EntityExt.setLocalScale C# (CSharp) Méthode

setLocalScale() private méthode

private setLocalScale ( this self, Vector2 scale ) : Entity
self this
scale Microsoft.Xna.Framework.Vector2
Résultat Entity
		public static Entity setLocalScale( this Entity self, Vector2 scale )
		{
			self.transform.setLocalScale( scale );
			return self;
		}

Same methods

EntityExt::setLocalScale ( this self, float scale ) : Entity