AddRef() | Urho3D::RefCounted | |
alphaToCoverage_ | Urho3D::Material | private |
ApplyShaderDefines(i32 index=NINDEX) | Urho3D::Material | private |
asyncLoadState_ | Urho3D::Resource | private |
auxViewFrameNumber_ | Urho3D::Material | private |
batchedParameterUpdate_ | Urho3D::Material | private |
BeginLoad(Deserializer &source) override | Urho3D::Material | virtual |
BeginLoadJSON(Deserializer &source) | Urho3D::Material | private |
BeginLoadXML(Deserializer &source) | Urho3D::Material | private |
blockEvents_ | Urho3D::Object | private |
Cast() | Urho3D::Object | inline |
Cast() const | Urho3D::Object | inline |
Clone(const String &cloneName=String::EMPTY) const | Urho3D::Material | |
context_ | Urho3D::Object | protected |
cullMode_ | Urho3D::Material | private |
depthBias_ | Urho3D::Material | private |
EndLoad() override | Urho3D::Material | virtual |
eventHandlers_ | Urho3D::Object | private |
fillMode_ | Urho3D::Material | private |
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) const | Urho3D::Object | private |
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) const | Urho3D::Object | private |
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) const | Urho3D::Object | private |
GetAlphaToCoverage() const | Urho3D::Material | inline |
GetAsyncLoadState() const | Urho3D::Resource | inline |
GetAuxViewFrameNumber() const | Urho3D::Material | inline |
GetBlockEvents() const | Urho3D::Object | inline |
GetCategory() const | Urho3D::Object | |
GetContext() const | Urho3D::Object | inline |
GetCullMode() const | Urho3D::Material | inline |
GetDepthBias() const | Urho3D::Material | inline |
GetEventDataMap() const | Urho3D::Object | |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetFillMode() const | Urho3D::Material | inline |
GetGlobalVar(StringHash key) const | Urho3D::Object | |
GetGlobalVars() const | Urho3D::Object | |
GetLineAntiAlias() const | Urho3D::Material | inline |
GetMemoryUse() const | Urho3D::Resource | inline |
GetName() const | Urho3D::Resource | inline |
GetNameHash() const | Urho3D::Resource | inline |
GetNumTechniques() const | Urho3D::Material | inline |
GetOcclusion() const | Urho3D::Material | inline |
GetPass(i32 index, const String &passName) const | Urho3D::Material | |
GetPixelShaderDefines() const | Urho3D::Material | inline |
GetRenderOrder() const | Urho3D::Material | inline |
GetScene() const | Urho3D::Material | |
GetShaderParameter(const String &name) const | Urho3D::Material | |
GetShaderParameterAnimation(const String &name) const | Urho3D::Material | |
GetShaderParameterAnimationInfo(const String &name) const | Urho3D::Material | private |
GetShaderParameterAnimationSpeed(const String &name) const | Urho3D::Material | |
GetShaderParameterAnimationWrapMode(const String &name) const | Urho3D::Material | |
GetShaderParameterHash() const | Urho3D::Material | inline |
GetShaderParameters() const | Urho3D::Material | inline |
GetShadowCullMode() const | Urho3D::Material | inline |
GetSpecular() const | Urho3D::Material | inline |
GetSubsystem(StringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetTechnique(i32 index) const | Urho3D::Material | |
GetTechniqueEntry(i32 index) const | Urho3D::Material | |
GetTechniques() const | Urho3D::Material | inline |
GetTexture(TextureUnit unit) const | Urho3D::Material | |
GetTextures() const | Urho3D::Material | inline |
GetTextureUnitName(TextureUnit unit) | Urho3D::Material | static |
GetType() const =0 | Urho3D::Object | pure virtual |
GetTypeInfo() const =0 | Urho3D::Object | pure virtual |
GetTypeInfoStatic() | Urho3D::Object | inlinestatic |
GetTypeName() const =0 | Urho3D::Object | pure virtual |
GetUseTimer() | Urho3D::Resource | |
GetVertexShaderDefines() const | Urho3D::Material | inline |
HandleAttributeAnimationUpdate(StringHash eventType, VariantMap &eventData) | Urho3D::Material | private |
HasEventHandlers() const | Urho3D::Object | inline |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
IsInstanceOf(StringHash type) const | Urho3D::Object | |
IsInstanceOf(const TypeInfo *typeInfo) const | Urho3D::Object | |
IsInstanceOf() const | Urho3D::Object | inline |
lineAntiAlias_ | Urho3D::Material | private |
Load(const XMLElement &source) | Urho3D::Material | |
Load(const JSONValue &source) | Urho3D::Material | |
Load(Deserializer &source) | Urho3D::Material | |
LoadFile(const String &fileName) | Urho3D::Resource | |
loadJSONFile_ | Urho3D::Material | private |
loadXMLFile_ | Urho3D::Material | private |
MarkForAuxView(i32 frameNumber) | Urho3D::Material | |
Material(Context *context) | Urho3D::Material | explicit |
memoryUse_ | Urho3D::Resource | private |
name_ | Urho3D::Resource | private |
nameHash_ | Urho3D::Resource | private |
Object(Context *context) | Urho3D::Object | explicit |
occlusion_ | Urho3D::Material | private |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
operator=(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
ParseShaderParameterValue(const String &value) | Urho3D::Material | static |
pixelShaderDefines_ | Urho3D::Material | private |
refCount_ | Urho3D::RefCounted | private |
RefCounted() | Urho3D::RefCounted | |
RefCounted(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
RefreshMemoryUse() | Urho3D::Material | private |
RefreshShaderParameterHash() | Urho3D::Material | private |
Refs() const | Urho3D::RefCounted | |
RegisterObject(Context *context) | Urho3D::Material | static |
ReleaseRef() | Urho3D::RefCounted | |
ReleaseShaders() | Urho3D::Material | |
RemoveEventSender(Object *sender) | Urho3D::Object | private |
RemoveShaderParameter(const String &name) | Urho3D::Material | |
renderOrder_ | Urho3D::Material | private |
ResetToDefaults() | Urho3D::Material | private |
ResetUseTimer() | Urho3D::Resource | |
Resource(Context *context) | Urho3D::Resource | explicit |
Save(Serializer &dest) const override | Urho3D::Material | virtual |
Save(XMLElement &dest) const | Urho3D::Material | |
Save(JSONValue &dest) const | Urho3D::Material | |
SaveFile(const String &fileName) const | Urho3D::Resource | virtual |
scene_ | Urho3D::Material | private |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
SendEvent(StringHash eventType, Args... args) | Urho3D::Object | inline |
SetAlphaToCoverage(bool enable) | Urho3D::Material | |
SetAsyncLoadState(AsyncLoadState newState) | Urho3D::Resource | |
SetBlockEvents(bool block) | Urho3D::Object | inline |
SetCullMode(CullMode mode) | Urho3D::Material | |
SetDepthBias(const BiasParameters ¶meters) | Urho3D::Material | |
SetFillMode(FillMode mode) | Urho3D::Material | |
SetGlobalVar(StringHash key, const Variant &value) | Urho3D::Object | |
SetLineAntiAlias(bool enable) | Urho3D::Material | |
SetMemoryUse(i32 size) | Urho3D::Resource | |
SetName(const String &name) | Urho3D::Resource | |
SetNumTechniques(i32 num) | Urho3D::Material | |
SetOcclusion(bool enable) | Urho3D::Material | |
SetPixelShaderDefines(const String &defines) | Urho3D::Material | |
SetRenderOrder(i8 order) | 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(i32 index, Technique *tech, MaterialQuality qualityLevel=QUALITY_LOW, 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 | |
SetVertexShaderDefines(const String &defines) | Urho3D::Material | |
shaderParameterAnimationInfos_ | Urho3D::Material | private |
shaderParameterHash_ | Urho3D::Material | private |
shaderParameters_ | Urho3D::Material | private |
shadowCullMode_ | Urho3D::Material | private |
SortTechniques() | Urho3D::Material | |
specular_ | Urho3D::Material | private |
subscribed_ | Urho3D::Material | private |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Urho3D::Object | |
techniques_ | Urho3D::Material | private |
textures_ | Urho3D::Material | private |
UnsubscribeFromAllEvents() | Urho3D::Object | |
UnsubscribeFromAllEventsExcept(const Vector< 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::Material | private |
URHO3D_OBJECT(Material, Resource) (defined in Urho3D::Material) | Urho3D::Material | private |
useTimer_ | Urho3D::Resource | private |
vertexShaderDefines_ | Urho3D::Material | private |
WeakRefs() const | Urho3D::RefCounted | |
~Material() override | Urho3D::Material | |
~Object() override | Urho3D::Object | |
~RefCounted() | Urho3D::RefCounted | virtual |