Urho3D::Material Member List

This is the complete list of members for Urho3D::Material, including all inherited members.

AddRef()Urho3D::RefCounted
auxViewFrameNumber_Urho3D::Materialprivate
batchedParameterUpdate_Urho3D::Materialprivate
BeginLoad(Deserializer &source)Urho3D::Materialvirtual
CheckOcclusion()Urho3D::Materialprivate
Clone(const String &cloneName=String::EMPTY) const Urho3D::Material
context_Urho3D::Objectprotected
cullMode_Urho3D::Materialprivate
depthBias_Urho3D::Materialprivate
EndLoad()Urho3D::Materialvirtual
fillMode_Urho3D::Materialprivate
GetAsyncLoadState() const Urho3D::Resourceinline
GetAuxViewFrameNumber() const Urho3D::Materialinline
GetBaseType() const =0Urho3D::Objectpure virtual
GetCategory() const Urho3D::Object
GetContext() const Urho3D::Objectinline
GetCullMode() const Urho3D::Materialinline
GetDepthBias() const Urho3D::Materialinline
GetEventDataMap() const Urho3D::Object
GetEventHandler() const Urho3D::Object
GetEventSender() const Urho3D::Object
GetFillMode() const Urho3D::Materialinline
GetMemoryUse() const Urho3D::Resourceinline
GetName() const Urho3D::Resourceinline
GetNameHash() const Urho3D::Resourceinline
GetNumTechniques() const Urho3D::Materialinline
GetOcclusion() const Urho3D::Materialinline
GetPass(unsigned index, const String &passName) const Urho3D::Material
GetScene() const Urho3D::Material
GetShaderParameter(const String &name) const Urho3D::Material
GetShaderParameterAnimation(const String &name) const Urho3D::Material
GetShaderParameterAnimationInfo(const String &name) const Urho3D::Materialprivate
GetShaderParameterAnimationSpeed(const String &name) const Urho3D::Material
GetShaderParameterAnimationWrapMode(const String &name) const Urho3D::Material
GetShaderParameterHash() const Urho3D::Materialinline
GetShaderParameters() const Urho3D::Materialinline
GetShadowCullMode() const Urho3D::Materialinline
GetSpecular() const Urho3D::Materialinline
GetSubsystem(StringHash type) const Urho3D::Object
GetSubsystem() const Urho3D::Object
GetTechnique(unsigned index) const Urho3D::Material
GetTechniqueEntry(unsigned index) const Urho3D::Material
GetTechniques() const Urho3D::Materialinline
GetTexture(TextureUnit unit) const Urho3D::Material
GetTextures() const Urho3D::Materialinline
GetTextureUnitName(TextureUnit unit)Urho3D::Materialstatic
GetType() const =0Urho3D::Objectpure virtual
GetTypeName() const =0Urho3D::Objectpure virtual
GetUseTimer()Urho3D::Resource
HandleAttributeAnimationUpdate(StringHash eventType, VariantMap &eventData)Urho3D::Materialprivate
HasEventHandlers() const Urho3D::Objectinline
HasSubscribedToEvent(StringHash eventType) const Urho3D::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) const Urho3D::Object
Load(const XMLElement &source)Urho3D::Material
Urho3D::Resource::Load(Deserializer &source)Urho3D::Resource
loadXMLFile_Urho3D::Materialprivate
MarkForAuxView(unsigned frameNumber)Urho3D::Material
Material(Context *context)Urho3D::Material
OBJECT(Material) (defined in Urho3D::Material)Urho3D::Materialprivate
Object(Context *context)Urho3D::Object
occlusion_Urho3D::Materialprivate
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Urho3D::Objectvirtual
ParseShaderParameterValue(const String &value)Urho3D::Materialstatic
RefCounted()Urho3D::RefCounted
RefCountPtr()Urho3D::RefCountedinline
RefreshMemoryUse()Urho3D::Materialprivate
RefreshShaderParameterHash()Urho3D::Materialprivate
Refs() const Urho3D::RefCounted
RegisterObject(Context *context)Urho3D::Materialstatic
ReleaseRef()Urho3D::RefCounted
ReleaseShaders()Urho3D::Material
RemoveShaderParameter(const String &name)Urho3D::Material
ResetToDefaults()Urho3D::Materialprivate
ResetUseTimer()Urho3D::Resource
Resource(Context *context)Urho3D::Resource
Save(Serializer &dest) const Urho3D::Materialvirtual
Save(XMLElement &dest) const Urho3D::Material
scene_Urho3D::Materialprivate
SendEvent(StringHash eventType)Urho3D::Object
SendEvent(StringHash eventType, VariantMap &eventData)Urho3D::Object
SetAsyncLoadState(AsyncLoadState newState)Urho3D::Resource
SetCullMode(CullMode mode)Urho3D::Material
SetDepthBias(const BiasParameters &parameters)Urho3D::Material
SetFillMode(FillMode mode)Urho3D::Material
SetMemoryUse(unsigned size)Urho3D::Resource
SetName(const String &name)Urho3D::Resource
SetNumTechniques(unsigned num)Urho3D::Material
SetScene(Scene *scene)Urho3D::Material
SetShaderParameter(const String &name, const Variant &value)Urho3D::Material
SetShaderParameterAnimation(const String &name, ValueAnimation *animation, WrapMode wrapMode=WM_LOOP, float speed=1.0f)Urho3D::Material
SetShaderParameterAnimationSpeed(const String &name, float speed)Urho3D::Material
SetShaderParameterAnimationWrapMode(const String &name, WrapMode wrapMode)Urho3D::Material
SetShadowCullMode(CullMode mode)Urho3D::Material
SetTechnique(unsigned index, Technique *tech, unsigned qualityLevel=0, float lodDistance=0.0f)Urho3D::Material
SetTexture(TextureUnit unit, Texture *texture)Urho3D::Material
SetUVTransform(const Vector2 &offset, float rotation, const Vector2 &repeat)Urho3D::Material
SetUVTransform(const Vector2 &offset, float rotation, float repeat)Urho3D::Material
shaderParameterAnimationInfos_Urho3D::Materialprivate
shaderParameterHash_Urho3D::Materialprivate
shaderParameters_Urho3D::Materialprivate
shadowCullMode_Urho3D::Materialprivate
SortTechniques()Urho3D::Material
specular_Urho3D::Materialprivate
subscribed_Urho3D::Materialprivate
SubscribeToEvent(StringHash eventType, EventHandler *handler)Urho3D::Object
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler)Urho3D::Object
techniques_Urho3D::Materialprivate
textures_Urho3D::Materialprivate
UnsubscribeFromAllEvents()Urho3D::Object
UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData)Urho3D::Object
UnsubscribeFromEvent(StringHash eventType)Urho3D::Object
UnsubscribeFromEvent(Object *sender, StringHash eventType)Urho3D::Object
UnsubscribeFromEvents(Object *sender)Urho3D::Object
UpdateEventSubscription()Urho3D::Materialprivate
WeakRefs() const Urho3D::RefCounted
~Material()Urho3D::Material
~Object()Urho3D::Objectvirtual
~RefCounted()Urho3D::RefCountedvirtual