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

setLocalRotationDegrees() private méthode

private setLocalRotationDegrees ( this self, float degrees ) : Entity
self this
degrees float
Résultat Entity
		public static Entity setLocalRotationDegrees( this Entity self, float degrees )
		{
			self.transform.setLocalRotationDegrees( degrees );
			return self;
		}