class ResReferenceTexture : public nw::gfx::res::ResTexture
Binary resource class that represents a texture indirectly as a reference.
| ResReferenceTexture | Constructor. | |
|---|---|---|
| ptr | Gets a pointer to actual data. | |
| ref | Gets the reference to the actual data. | |
operator ==
|
||
operator !=
|
||
| GetPath | Gets the path representing the texture to be referenced. | |
| GetTargetTexture | Gets the texture to be referenced. | |
GetRevision
|
Gets the revision.(Inherited from ResTexture. |
|
Dereference
|
Obtains the texture entity, and not the reference.(Inherited from ResTexture. |
|
| Setup | Initializes the texture resource.(Inherited from ResTexture. |
|
Cleanup
|
Cleans up a resource.(Inherited from ResTexture. |
|
| GetHeader | Gets the header information.(Inherited from ResSceneObject. |
|
| SetHeader | Sets the header information.(Inherited from ResSceneObject. |
|
| GetName | Gets the name of the resource.(Inherited from ResSceneObject. |
|
| GetUserDataCount | Gets the number of instances of user data.(Inherited from ResSceneObject. |
|
| GetUserData | Gets user data.(Inherited from ResSceneObject. |
|
| GetUserDataIndex | Gets the index number of user data in the dictionary.(Inherited from ResSceneObject. |
|
GetTypeInfo
|
Gets instance type information.(Inherited from ResSceneObject. |
|
IsValid
|
Determines whether a pointer to a resource is null.(Inherited from ResCommonBase. |
|
| S | GetClassName |
nw::ut::ResCommonBase
nw::ut::ResCommon
nw::gfx::res::ResSceneObject
nw::gfx::res::ResTexture
nw::gfx::res::ResReferenceTexture
CONFIDENTIAL