ShaderMaterials.Shaders.DiffuseTextureMaterial.ApplyGlobalContants C# (CSharp) Method

ApplyGlobalContants() public method

public ApplyGlobalContants ( ) : void
return void
        public void ApplyGlobalContants()
        {
            CameraConstant.Set(Camera);LightDirectionConstant.Set(LightDirection);LightColorConstant.Set(LightColor);
        }