可选
lock可选
name静态
ALPHATESTVALUE静态
DEBUG静态
default静态
RENDERMODE_静态
RENDERMODE_静态
RENDERMODE_静态
RENDERQUEUE_静态
RENDERQUEUE_静态
RENDERQUEUE_静态
SHADERDEFINE_静态
SHADERDEFINE_静态
SHADERDEFINE_静态
SPECULARSOURCE_静态
SPECULARSOURCE_静态
cpu静态
gpuThe amount by which to decrement the reference count, default is 1.
The shader define to add.
The target material to clone to.
The map of uniform properties.
The type of event.
可选
data: any(Optional) Data to pass to the callback. If multiple parameters p1, p2, p3, ... need to be passed, use an array structure such as [p1, p2, p3, ...]. If a single parameter p needs to be passed and p is an array, use a structure such as [p]. For other single parameters p, you can directly pass parameter p. If data is Event.EMPTY, it means passing an Event object to the callback function. Note that it is not passing Event.TEMP, but an independent Event object.
True if there are listeners for this event type, false otherwise.
The index of the matrix within the shader data.
The retrieved 3x3 matrix value.
The name of the property.
The type of the value to be retrieved.
The retrieved ShaderData attribute value.
The index of the attribute.
The type of the value to be retrieved.
The retrieved ShaderData attribute value.
The name of the property as defined in the shader.
The retrieved Vector3 value.
The shader define to check for.
true if the define is present, false otherwise.
The type of event.
The listener function.
This EventDispatcher object.
The type of event.
The execution scope of the event listener function.
可选
listener: FunctionThe listener function.
可选
args: any[]This EventDispatcher object.
可选
type: string(Optional) The type of event. If the value is null, all types of listeners on this object are removed.
This EventDispatcher object.
The type of event.
The listener function.
This EventDispatcher object.
The type of event.
The execution scope of the event listener function.
The listener function.
可选
args: any[](Optional) The callback parameters of the event listener function.
This EventDispatcher object.
The type of event.
The listener function.
This EventDispatcher object.
The type of event.
The execution scope of the event listener function.
The listener function.
可选
args: any[](Optional) The callback parameters of the event listener function.
This EventDispatcher object.
The shader define to remove.
The name of the property.
The Color value to set.
The index of the property.
The Color value to set.
The shader define to enable or disable.
true to add the define, false to remove it.
The name of the property.
The 3x3 matrix value to set.
The index of the matrix within the shader data.
The 3x3 matrix value to set.
The name of the property.
The Matrix4x4 value to set.
The index of the property.
The Matrix4x4 value to set.
The name of the property.
The type of the value to be set.
The value to be set.
The index of the attribute.
The type of the value to be set.
The value to be set.
The name of the property.
The texture to set.
The index of the property.
The texture to set.
The name of the property.
The Vector2 value to set.
The index of the property.
The Vector2 value to set.
The name of the property as defined in the shader.
The Vector3 value to set.
The index of the property.
The Vector3 value to set.
The name of the property.
The Vector4 value to set.
The index of the property.
The Vector4 value to set.
静态
destroy静态
loadThe URL from which to load the material.
A callback function that is called when the material has been loaded.
En
The BlinnPhongMaterial class is used to implement Blinn-Phong materials.
Zh
BlinnPhongMaterial 类用于实现Blinn-Phong材质。