Axiom.SceneManagers.PortalConnected.PCZLight.NotifyMoved C# (CSharp) Метод

NotifyMoved() публичный Метод

public NotifyMoved ( ) : void
Результат void
		public void NotifyMoved()
		{
			//TODO: Check implementation of this
			//_notifyMoved();   // inform ogre Light of movement
			localTransformDirty = true;
			needsUpdate = true;   // set need update flag
		}
		//-----------------------------------------------------------------------