|
@@ -601,9 +601,9 @@ Methods:
|
|
|
- StringHash GetAnimationNameHash() const
|
|
- StringHash GetAnimationNameHash() const
|
|
|
- float GetLength() const
|
|
- float GetLength() const
|
|
|
- unsigned GetNumTracks() const
|
|
- unsigned GetNumTracks() const
|
|
|
-- const AnimationTrack* GetTrack(unsigned index) const
|
|
|
|
|
- const AnimationTrack* GetTrack(const String name) const
|
|
- const AnimationTrack* GetTrack(const String name) const
|
|
|
- const AnimationTrack* GetTrack(StringHash nameHash) const
|
|
- const AnimationTrack* GetTrack(StringHash nameHash) const
|
|
|
|
|
+- const AnimationTrack* GetTrack(unsigned index) const
|
|
|
- unsigned GetNumTriggers() const
|
|
- unsigned GetNumTriggers() const
|
|
|
|
|
|
|
|
Properties:
|
|
Properties:
|
|
@@ -680,17 +680,17 @@ Methods:
|
|
|
- void SetLooped(bool looped)
|
|
- void SetLooped(bool looped)
|
|
|
- void SetWeight(float weight)
|
|
- void SetWeight(float weight)
|
|
|
- void SetTime(float time)
|
|
- void SetTime(float time)
|
|
|
-- void SetBoneWeight(unsigned index, float weight, bool recursive = false)
|
|
|
|
|
- void SetBoneWeight(const String name, float weight, bool recursive = false)
|
|
- void SetBoneWeight(const String name, float weight, bool recursive = false)
|
|
|
- void SetBoneWeight(StringHash nameHash, float weight, bool recursive = false)
|
|
- void SetBoneWeight(StringHash nameHash, float weight, bool recursive = false)
|
|
|
|
|
+- void SetBoneWeight(unsigned index, float weight, bool recursive = false)
|
|
|
- void AddWeight(float delta)
|
|
- void AddWeight(float delta)
|
|
|
- void AddTime(float delta)
|
|
- void AddTime(float delta)
|
|
|
- void SetLayer(unsigned char layer)
|
|
- void SetLayer(unsigned char layer)
|
|
|
- Animation* GetAnimation() const
|
|
- Animation* GetAnimation() const
|
|
|
- Bone* GetStartBone() const
|
|
- Bone* GetStartBone() const
|
|
|
-- float GetBoneWeight(unsigned index) const
|
|
|
|
|
- float GetBoneWeight(const String name) const
|
|
- float GetBoneWeight(const String name) const
|
|
|
- float GetBoneWeight(StringHash nameHash) const
|
|
- float GetBoneWeight(StringHash nameHash) const
|
|
|
|
|
+- float GetBoneWeight(unsigned index) const
|
|
|
- unsigned GetTrackIndex(const String name) const
|
|
- unsigned GetTrackIndex(const String name) const
|
|
|
- unsigned GetTrackIndex(StringHash nameHash) const
|
|
- unsigned GetTrackIndex(StringHash nameHash) const
|
|
|
- bool IsEnabled() const
|
|
- bool IsEnabled() const
|
|
@@ -1104,9 +1104,9 @@ Methods:
|
|
|
- unsigned GetNumGeometryLodLevels(unsigned index) const
|
|
- unsigned GetNumGeometryLodLevels(unsigned index) const
|
|
|
- Geometry* GetGeometry(unsigned index, unsigned lodLevel) const
|
|
- Geometry* GetGeometry(unsigned index, unsigned lodLevel) const
|
|
|
- unsigned GetNumMorphs() const
|
|
- unsigned GetNumMorphs() const
|
|
|
-- const ModelMorph* GetMorph(unsigned index) const
|
|
|
|
|
- const ModelMorph* GetMorph(const String name) const
|
|
- const ModelMorph* GetMorph(const String name) const
|
|
|
- const ModelMorph* GetMorph(StringHash nameHash) const
|
|
- const ModelMorph* GetMorph(StringHash nameHash) const
|
|
|
|
|
+- const ModelMorph* GetMorph(unsigned index) const
|
|
|
- unsigned GetMorphRangeStart(unsigned bufferIndex) const
|
|
- unsigned GetMorphRangeStart(unsigned bufferIndex) const
|
|
|
- unsigned GetMorphRangeCount(unsigned bufferIndex) const
|
|
- unsigned GetMorphRangeCount(unsigned bufferIndex) const
|
|
|
|
|
|
|
@@ -1400,8 +1400,8 @@ Methods:
|
|
|
- void ToggleEnabled(const String tag)
|
|
- void ToggleEnabled(const String tag)
|
|
|
- void SetRenderTarget(unsigned index, const RenderTargetInfo& info)
|
|
- void SetRenderTarget(unsigned index, const RenderTargetInfo& info)
|
|
|
- void AddRenderTarget(const RenderTargetInfo& info)
|
|
- void AddRenderTarget(const RenderTargetInfo& info)
|
|
|
-- void RemoveRenderTarget(unsigned index)
|
|
|
|
|
- void RemoveRenderTarget(const String name)
|
|
- void RemoveRenderTarget(const String name)
|
|
|
|
|
+- void RemoveRenderTarget(unsigned index)
|
|
|
- void RemoveRenderTargets(const String tag)
|
|
- void RemoveRenderTargets(const String tag)
|
|
|
- void SetCommand(unsigned index, const RenderPathCommand& command)
|
|
- void SetCommand(unsigned index, const RenderPathCommand& command)
|
|
|
- void AddCommand(const RenderPathCommand& command)
|
|
- void AddCommand(const RenderPathCommand& command)
|
|
@@ -3794,9 +3794,9 @@ Methods:
|
|
|
- Vector3 WorldToLocal(const Vector4& vector) const
|
|
- Vector3 WorldToLocal(const Vector4& vector) const
|
|
|
- bool IsDirty() const
|
|
- bool IsDirty() const
|
|
|
- unsigned GetNumChildren(bool recursive = false) const
|
|
- unsigned GetNumChildren(bool recursive = false) const
|
|
|
-- Node* GetChild(unsigned index) const
|
|
|
|
|
- Node* GetChild(const String name, bool recursive = false) const
|
|
- Node* GetChild(const String name, bool recursive = false) const
|
|
|
- Node* GetChild(StringHash nameHash, bool recursive = false) const
|
|
- Node* GetChild(StringHash nameHash, bool recursive = false) const
|
|
|
|
|
+- Node* GetChild(unsigned index) const
|
|
|
- unsigned GetNumComponents() const
|
|
- unsigned GetNumComponents() const
|
|
|
- unsigned GetNumNetworkComponents() const
|
|
- unsigned GetNumNetworkComponents() const
|
|
|
- bool HasComponent(ShortStringHash type) const
|
|
- bool HasComponent(ShortStringHash type) const
|
|
@@ -4053,8 +4053,8 @@ Methods:
|
|
|
- int GetLayoutSpacing() const
|
|
- int GetLayoutSpacing() const
|
|
|
- const IntRect& GetLayoutBorder() const
|
|
- const IntRect& GetLayoutBorder() const
|
|
|
- unsigned GetNumChildren(bool recursive = false) const
|
|
- unsigned GetNumChildren(bool recursive = false) const
|
|
|
-- UIElement* GetChild(unsigned index) const
|
|
|
|
|
- UIElement* GetChild(const String name, bool recursive = false) const
|
|
- UIElement* GetChild(const String name, bool recursive = false) const
|
|
|
|
|
+- UIElement* GetChild(unsigned index) const
|
|
|
- UIElement* GetParent() const
|
|
- UIElement* GetParent() const
|
|
|
- UIElement* GetRoot() const
|
|
- UIElement* GetRoot() const
|
|
|
- const Color& GetDerivedColor() const
|
|
- const Color& GetDerivedColor() const
|