Axiom.Core.Light.LightSpotlightFalloffValue.SetCurrentStateAsBaseValue C# (CSharp) 메소드

SetCurrentStateAsBaseValue() 공개 메소드

public SetCurrentStateAsBaseValue ( ) : void
리턴 void
			public override void SetCurrentStateAsBaseValue()
			{
				this.SetAsBaseValue( this.light.SpotlightFalloff );
			}
		}