|
@@ -3125,6 +3125,7 @@ Properties:
|
|
|
|
|
|
|
|
Methods:
|
|
Methods:
|
|
|
|
|
|
|
|
|
|
+- void AddMetadata(const String&, const Variant&)
|
|
|
- void AddTrigger(const AnimationTriggerPoint&)
|
|
- void AddTrigger(const AnimationTriggerPoint&)
|
|
|
- void AddTrigger(float, bool, const Variant&)
|
|
- void AddTrigger(float, bool, const Variant&)
|
|
|
- Animation@ Clone(const String& = String ( )) const
|
|
- Animation@ Clone(const String& = String ( )) const
|
|
@@ -3135,8 +3136,10 @@ Methods:
|
|
|
- bool Load(File@)
|
|
- bool Load(File@)
|
|
|
- bool Load(VectorBuffer&)
|
|
- bool Load(VectorBuffer&)
|
|
|
- bool Load(const String&)
|
|
- bool Load(const String&)
|
|
|
|
|
+- void RemoveAllMetadata()
|
|
|
- bool RemoveAllTracks()
|
|
- bool RemoveAllTracks()
|
|
|
- void RemoveAllTriggers()
|
|
- void RemoveAllTriggers()
|
|
|
|
|
+- void RemoveMetadata(const String&)
|
|
|
- bool RemoveTrack(const String&)
|
|
- bool RemoveTrack(const String&)
|
|
|
- void RemoveTrigger(uint)
|
|
- void RemoveTrigger(uint)
|
|
|
- bool Save(File@) const
|
|
- bool Save(File@) const
|
|
@@ -3148,8 +3151,10 @@ Properties:
|
|
|
|
|
|
|
|
- String animationName
|
|
- String animationName
|
|
|
- String category // readonly
|
|
- String category // readonly
|
|
|
|
|
+- bool hasMetadata // readonly
|
|
|
- float length
|
|
- float length
|
|
|
- uint memoryUse // readonly
|
|
- uint memoryUse // readonly
|
|
|
|
|
+- Variant[] metadata
|
|
|
- String name
|
|
- String name
|
|
|
- uint numTracks // readonly
|
|
- uint numTracks // readonly
|
|
|
- uint numTriggers
|
|
- uint numTriggers
|
|
@@ -12453,11 +12458,14 @@ Properties:
|
|
|
|
|
|
|
|
Methods:
|
|
Methods:
|
|
|
|
|
|
|
|
|
|
+- void AddMetadata(const String&, const Variant&)
|
|
|
- bool HasSubscribedToEvent(Object@, const String&)
|
|
- bool HasSubscribedToEvent(Object@, const String&)
|
|
|
- bool HasSubscribedToEvent(const String&)
|
|
- bool HasSubscribedToEvent(const String&)
|
|
|
- bool Load(File@)
|
|
- bool Load(File@)
|
|
|
- bool Load(VectorBuffer&)
|
|
- bool Load(VectorBuffer&)
|
|
|
- bool Load(const String&)
|
|
- bool Load(const String&)
|
|
|
|
|
+- void RemoveAllMetadata()
|
|
|
|
|
+- void RemoveMetadata(const String&)
|
|
|
- bool Save(File@) const
|
|
- bool Save(File@) const
|
|
|
- bool Save(VectorBuffer&) const
|
|
- bool Save(VectorBuffer&) const
|
|
|
- bool Save(const String&) const
|
|
- bool Save(const String&) const
|
|
@@ -12468,9 +12476,11 @@ Properties:
|
|
|
- String category // readonly
|
|
- String category // readonly
|
|
|
- bool compressed // readonly
|
|
- bool compressed // readonly
|
|
|
- float frequency // readonly
|
|
- float frequency // readonly
|
|
|
|
|
+- bool hasMetadata // readonly
|
|
|
- float length // readonly
|
|
- float length // readonly
|
|
|
- bool looped
|
|
- bool looped
|
|
|
- uint memoryUse // readonly
|
|
- uint memoryUse // readonly
|
|
|
|
|
+- Variant[] metadata
|
|
|
- String name
|
|
- String name
|
|
|
- int refs // readonly
|
|
- int refs // readonly
|
|
|
- uint sampleSize // readonly
|
|
- uint sampleSize // readonly
|
|
@@ -13921,12 +13931,15 @@ Properties:
|
|
|
|
|
|
|
|
Methods:
|
|
Methods:
|
|
|
|
|
|
|
|
|
|
+- void AddMetadata(const String&, const Variant&)
|
|
|
- void ClearDataLost()
|
|
- void ClearDataLost()
|
|
|
- bool HasSubscribedToEvent(Object@, const String&)
|
|
- bool HasSubscribedToEvent(Object@, const String&)
|
|
|
- bool HasSubscribedToEvent(const String&)
|
|
- bool HasSubscribedToEvent(const String&)
|
|
|
- bool Load(File@)
|
|
- bool Load(File@)
|
|
|
- bool Load(VectorBuffer&)
|
|
- bool Load(VectorBuffer&)
|
|
|
- bool Load(const String&)
|
|
- bool Load(const String&)
|
|
|
|
|
+- void RemoveAllMetadata()
|
|
|
|
|
+- void RemoveMetadata(const String&)
|
|
|
- bool Save(File@) const
|
|
- bool Save(File@) const
|
|
|
- bool Save(VectorBuffer&) const
|
|
- bool Save(VectorBuffer&) const
|
|
|
- bool Save(const String&) const
|
|
- bool Save(const String&) const
|
|
@@ -13946,12 +13959,14 @@ Properties:
|
|
|
- bool dataLost // readonly
|
|
- bool dataLost // readonly
|
|
|
- TextureFilterMode filterMode
|
|
- TextureFilterMode filterMode
|
|
|
- uint format // readonly
|
|
- uint format // readonly
|
|
|
|
|
+- bool hasMetadata // readonly
|
|
|
- int height // readonly
|
|
- int height // readonly
|
|
|
- int[] levelHeight // readonly
|
|
- int[] levelHeight // readonly
|
|
|
- int[] levelWidth // readonly
|
|
- int[] levelWidth // readonly
|
|
|
- uint levels // readonly
|
|
- uint levels // readonly
|
|
|
- bool levelsDirty // readonly
|
|
- bool levelsDirty // readonly
|
|
|
- uint memoryUse // readonly
|
|
- uint memoryUse // readonly
|
|
|
|
|
+- Variant[] metadata
|
|
|
- int[] mipsToSkip
|
|
- int[] mipsToSkip
|
|
|
- int multiSample // readonly
|
|
- int multiSample // readonly
|
|
|
- String name
|
|
- String name
|
|
@@ -13971,6 +13986,7 @@ Properties:
|
|
|
|
|
|
|
|
Methods:
|
|
Methods:
|
|
|
|
|
|
|
|
|
|
+- void AddMetadata(const String&, const Variant&)
|
|
|
- void ClearDataLost()
|
|
- void ClearDataLost()
|
|
|
- Image@ GetImage() const
|
|
- Image@ GetImage() const
|
|
|
- bool HasSubscribedToEvent(Object@, const String&)
|
|
- bool HasSubscribedToEvent(Object@, const String&)
|
|
@@ -13978,6 +13994,8 @@ Methods:
|
|
|
- bool Load(File@)
|
|
- bool Load(File@)
|
|
|
- bool Load(VectorBuffer&)
|
|
- bool Load(VectorBuffer&)
|
|
|
- bool Load(const String&)
|
|
- bool Load(const String&)
|
|
|
|
|
+- void RemoveAllMetadata()
|
|
|
|
|
+- void RemoveMetadata(const String&)
|
|
|
- bool Save(File@) const
|
|
- bool Save(File@) const
|
|
|
- bool Save(VectorBuffer&) const
|
|
- bool Save(VectorBuffer&) const
|
|
|
- bool Save(const String&) const
|
|
- bool Save(const String&) const
|
|
@@ -13999,12 +14017,14 @@ Properties:
|
|
|
- bool dataLost // readonly
|
|
- bool dataLost // readonly
|
|
|
- TextureFilterMode filterMode
|
|
- TextureFilterMode filterMode
|
|
|
- uint format // readonly
|
|
- uint format // readonly
|
|
|
|
|
+- bool hasMetadata // readonly
|
|
|
- int height // readonly
|
|
- int height // readonly
|
|
|
- int[] levelHeight // readonly
|
|
- int[] levelHeight // readonly
|
|
|
- int[] levelWidth // readonly
|
|
- int[] levelWidth // readonly
|
|
|
- uint levels // readonly
|
|
- uint levels // readonly
|
|
|
- bool levelsDirty // readonly
|
|
- bool levelsDirty // readonly
|
|
|
- uint memoryUse // readonly
|
|
- uint memoryUse // readonly
|
|
|
|
|
+- Variant[] metadata
|
|
|
- int[] mipsToSkip
|
|
- int[] mipsToSkip
|
|
|
- int multiSample // readonly
|
|
- int multiSample // readonly
|
|
|
- String name
|
|
- String name
|
|
@@ -14025,12 +14045,15 @@ Properties:
|
|
|
|
|
|
|
|
Methods:
|
|
Methods:
|
|
|
|
|
|
|
|
|
|
+- void AddMetadata(const String&, const Variant&)
|
|
|
- void ClearDataLost()
|
|
- void ClearDataLost()
|
|
|
- bool HasSubscribedToEvent(Object@, const String&)
|
|
- bool HasSubscribedToEvent(Object@, const String&)
|
|
|
- bool HasSubscribedToEvent(const String&)
|
|
- bool HasSubscribedToEvent(const String&)
|
|
|
- bool Load(File@)
|
|
- bool Load(File@)
|
|
|
- bool Load(VectorBuffer&)
|
|
- bool Load(VectorBuffer&)
|
|
|
- bool Load(const String&)
|
|
- bool Load(const String&)
|
|
|
|
|
+- void RemoveAllMetadata()
|
|
|
|
|
+- void RemoveMetadata(const String&)
|
|
|
- bool Save(File@) const
|
|
- bool Save(File@) const
|
|
|
- bool Save(VectorBuffer&) const
|
|
- bool Save(VectorBuffer&) const
|
|
|
- bool Save(const String&) const
|
|
- bool Save(const String&) const
|
|
@@ -14052,6 +14075,7 @@ Properties:
|
|
|
- bool dataLost // readonly
|
|
- bool dataLost // readonly
|
|
|
- TextureFilterMode filterMode
|
|
- TextureFilterMode filterMode
|
|
|
- uint format // readonly
|
|
- uint format // readonly
|
|
|
|
|
+- bool hasMetadata // readonly
|
|
|
- int height // readonly
|
|
- int height // readonly
|
|
|
- uint layers
|
|
- uint layers
|
|
|
- int[] levelHeight // readonly
|
|
- int[] levelHeight // readonly
|
|
@@ -14059,6 +14083,7 @@ Properties:
|
|
|
- uint levels // readonly
|
|
- uint levels // readonly
|
|
|
- bool levelsDirty // readonly
|
|
- bool levelsDirty // readonly
|
|
|
- uint memoryUse // readonly
|
|
- uint memoryUse // readonly
|
|
|
|
|
+- Variant[] metadata
|
|
|
- int[] mipsToSkip
|
|
- int[] mipsToSkip
|
|
|
- int multiSample // readonly
|
|
- int multiSample // readonly
|
|
|
- String name
|
|
- String name
|
|
@@ -14079,12 +14104,15 @@ Properties:
|
|
|
|
|
|
|
|
Methods:
|
|
Methods:
|
|
|
|
|
|
|
|
|
|
+- void AddMetadata(const String&, const Variant&)
|
|
|
- void ClearDataLost()
|
|
- void ClearDataLost()
|
|
|
- bool HasSubscribedToEvent(Object@, const String&)
|
|
- bool HasSubscribedToEvent(Object@, const String&)
|
|
|
- bool HasSubscribedToEvent(const String&)
|
|
- bool HasSubscribedToEvent(const String&)
|
|
|
- bool Load(File@)
|
|
- bool Load(File@)
|
|
|
- bool Load(VectorBuffer&)
|
|
- bool Load(VectorBuffer&)
|
|
|
- bool Load(const String&)
|
|
- bool Load(const String&)
|
|
|
|
|
+- void RemoveAllMetadata()
|
|
|
|
|
+- void RemoveMetadata(const String&)
|
|
|
- bool Save(File@) const
|
|
- bool Save(File@) const
|
|
|
- bool Save(VectorBuffer&) const
|
|
- bool Save(VectorBuffer&) const
|
|
|
- bool Save(const String&) const
|
|
- bool Save(const String&) const
|
|
@@ -14106,12 +14134,14 @@ Properties:
|
|
|
- bool dataLost // readonly
|
|
- bool dataLost // readonly
|
|
|
- TextureFilterMode filterMode
|
|
- TextureFilterMode filterMode
|
|
|
- uint format // readonly
|
|
- uint format // readonly
|
|
|
|
|
+- bool hasMetadata // readonly
|
|
|
- int height // readonly
|
|
- int height // readonly
|
|
|
- int[] levelHeight // readonly
|
|
- int[] levelHeight // readonly
|
|
|
- int[] levelWidth // readonly
|
|
- int[] levelWidth // readonly
|
|
|
- uint levels // readonly
|
|
- uint levels // readonly
|
|
|
- bool levelsDirty // readonly
|
|
- bool levelsDirty // readonly
|
|
|
- uint memoryUse // readonly
|
|
- uint memoryUse // readonly
|
|
|
|
|
+- Variant[] metadata
|
|
|
- int[] mipsToSkip
|
|
- int[] mipsToSkip
|
|
|
- int multiSample // readonly
|
|
- int multiSample // readonly
|
|
|
- String name
|
|
- String name
|
|
@@ -14131,6 +14161,7 @@ Properties:
|
|
|
|
|
|
|
|
Methods:
|
|
Methods:
|
|
|
|
|
|
|
|
|
|
+- void AddMetadata(const String&, const Variant&)
|
|
|
- void ClearDataLost()
|
|
- void ClearDataLost()
|
|
|
- Image@ GetImage(CubeMapFace) const
|
|
- Image@ GetImage(CubeMapFace) const
|
|
|
- bool HasSubscribedToEvent(Object@, const String&)
|
|
- bool HasSubscribedToEvent(Object@, const String&)
|
|
@@ -14138,6 +14169,8 @@ Methods:
|
|
|
- bool Load(File@)
|
|
- bool Load(File@)
|
|
|
- bool Load(VectorBuffer&)
|
|
- bool Load(VectorBuffer&)
|
|
|
- bool Load(const String&)
|
|
- bool Load(const String&)
|
|
|
|
|
+- void RemoveAllMetadata()
|
|
|
|
|
+- void RemoveMetadata(const String&)
|
|
|
- bool Save(File@) const
|
|
- bool Save(File@) const
|
|
|
- bool Save(VectorBuffer&) const
|
|
- bool Save(VectorBuffer&) const
|
|
|
- bool Save(const String&) const
|
|
- bool Save(const String&) const
|
|
@@ -14159,12 +14192,14 @@ Properties:
|
|
|
- bool dataLost // readonly
|
|
- bool dataLost // readonly
|
|
|
- TextureFilterMode filterMode
|
|
- TextureFilterMode filterMode
|
|
|
- uint format // readonly
|
|
- uint format // readonly
|
|
|
|
|
+- bool hasMetadata // readonly
|
|
|
- int height // readonly
|
|
- int height // readonly
|
|
|
- int[] levelHeight // readonly
|
|
- int[] levelHeight // readonly
|
|
|
- int[] levelWidth // readonly
|
|
- int[] levelWidth // readonly
|
|
|
- uint levels // readonly
|
|
- uint levels // readonly
|
|
|
- bool levelsDirty // readonly
|
|
- bool levelsDirty // readonly
|
|
|
- uint memoryUse // readonly
|
|
- uint memoryUse // readonly
|
|
|
|
|
+- Variant[] metadata
|
|
|
- int[] mipsToSkip
|
|
- int[] mipsToSkip
|
|
|
- int multiSample // readonly
|
|
- int multiSample // readonly
|
|
|
- String name
|
|
- String name
|
|
@@ -16509,24 +16544,23 @@ Properties:
|
|
|
- uint GetFloat32Format()
|
|
- uint GetFloat32Format()
|
|
|
- uint GetFormat(const String&)
|
|
- uint GetFormat(const String&)
|
|
|
- Variant GetGlobalVar(const String&)
|
|
- Variant GetGlobalVar(const String&)
|
|
|
|
|
+- String GetHostName()
|
|
|
- String GetInternalPath(const String&)
|
|
- String GetInternalPath(const String&)
|
|
|
- uint GetLinearDepthFormat()
|
|
- uint GetLinearDepthFormat()
|
|
|
|
|
+- String GetLoginName()
|
|
|
- uint GetLuminanceAlphaFormat()
|
|
- uint GetLuminanceAlphaFormat()
|
|
|
- uint GetLuminanceFormat()
|
|
- uint GetLuminanceFormat()
|
|
|
- uint GetMaxBones()
|
|
- uint GetMaxBones()
|
|
|
- String GetMiniDumpDir()
|
|
- String GetMiniDumpDir()
|
|
|
- uint GetNumLogicalCPUs()
|
|
- uint GetNumLogicalCPUs()
|
|
|
- uint GetNumPhysicalCPUs()
|
|
- uint GetNumPhysicalCPUs()
|
|
|
|
|
+- String GetOSVersion()
|
|
|
- AttributeInfo[]@ GetObjectAttributeInfos(const String&)
|
|
- AttributeInfo[]@ GetObjectAttributeInfos(const String&)
|
|
|
- String[]@ GetObjectCategories()
|
|
- String[]@ GetObjectCategories()
|
|
|
- String[]@ GetObjectsByCategory(const String&)
|
|
- String[]@ GetObjectsByCategory(const String&)
|
|
|
- String GetParentPath(const String&)
|
|
- String GetParentPath(const String&)
|
|
|
- String GetPath(const String&)
|
|
- String GetPath(const String&)
|
|
|
- String GetPlatform()
|
|
- String GetPlatform()
|
|
|
-- uint64 GetTotalMemory()
|
|
|
|
|
-- String GetLoginName()
|
|
|
|
|
-- String GetHostName()
|
|
|
|
|
-- String GetOSVersion()
|
|
|
|
|
- uint GetRG16Format()
|
|
- uint GetRG16Format()
|
|
|
- uint GetRGBA16Format()
|
|
- uint GetRGBA16Format()
|
|
|
- uint GetRGBAFloat16Format()
|
|
- uint GetRGBAFloat16Format()
|
|
@@ -16538,6 +16572,7 @@ Properties:
|
|
|
- uint GetRandomSeed()
|
|
- uint GetRandomSeed()
|
|
|
- uint GetReadableDepthFormat()
|
|
- uint GetReadableDepthFormat()
|
|
|
- String GetTextureUnitName(TextureUnit)
|
|
- String GetTextureUnitName(TextureUnit)
|
|
|
|
|
+- uint64 GetTotalMemory()
|
|
|
- VariantType GetVariantTypeFromName(const String&)
|
|
- VariantType GetVariantTypeFromName(const String&)
|
|
|
- String GetVariantTypeName(VariantType)
|
|
- String GetVariantTypeName(VariantType)
|
|
|
- bool HasSubscribedToEvent(Object@, const String&)
|
|
- bool HasSubscribedToEvent(Object@, const String&)
|
|
@@ -16565,7 +16600,9 @@ Properties:
|
|
|
- void Print(const Variant&, bool = false)
|
|
- void Print(const Variant&, bool = false)
|
|
|
- void Print(float, bool = false)
|
|
- void Print(float, bool = false)
|
|
|
- void Print(int, bool = false)
|
|
- void Print(int, bool = false)
|
|
|
|
|
+- void Print(int64, bool = false)
|
|
|
- void Print(uint, bool = false)
|
|
- void Print(uint, bool = false)
|
|
|
|
|
+- void Print(uint64, bool = false)
|
|
|
- void PrintCallStack(bool = false)
|
|
- void PrintCallStack(bool = false)
|
|
|
- float Random()
|
|
- float Random()
|
|
|
- float Random(float)
|
|
- float Random(float)
|