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

Apply() public method

public Apply ( ) : void
return void
        public void Apply()
        {
            ApplyGlobalContants();
            ApplyInstanceContants();
            ApplyInstancingContants();
            Shader.Apply();
        }

Same methods

DiffuseTextureMaterial::Apply ( InstanceObjectMesh instanceObjectMesh ) : void
DiffuseTextureMaterial::Apply ( ObjectMesh objectMesh ) : void