Class StreamingGroup
Describes streamable resources group object.
Inheritance
StreamingGroup
Assembly: FlaxEngine.dll
File: Engine/Streaming/StreamingGroup.h
Syntax
public class StreamingGroup
Constructors
DECLARE_ENUM_4(Type, Custom, Textures, Models, Audio)
Declaration
public DECLARE_ENUM_4(Type, Custom, Textures, Models, Audio)
Parameters
Type
StreamingGroup_DECLARE_ENUM_4_Type_Custom_Textures_Models_Audio_
|
Custom
StreamingGroup_DECLARE_ENUM_4_Type_Custom_Textures_Models_Audio_
|
Textures
StreamingGroup_DECLARE_ENUM_4_Type_Custom_Textures_Models_Audio_
|
Models
StreamingGroup_DECLARE_ENUM_4_Type_Custom_Textures_Models_Audio_
|
Audio
StreamingGroup_DECLARE_ENUM_4_Type_Custom_Textures_Models_Audio_
|
StreamingGroup(Type type, IStreamingHandler* handler)
Initializes a new instance of the StreamingGroup class.
Declaration
public StreamingGroup(Type type, IStreamingHandler* handler)
Parameters
Type
type
The group type. |
IStreamingHandler
handler
Group dedicated handler. |
Fields
_handler
_type
Declaration
protected Type _type
Field Value
Type
|
Methods
GetHandler()
Gets the group streaming handler used by this group.
Declaration
public IStreamingHandler* GetHandler() const
Returns
IStreamingHandler
|
GetType()
Gets the group type.
Declaration
public Type GetType() const
Returns
Type
|
GetTypename()
Gets the group type name.
Declaration
public Char* GetTypename() const
Returns
Char
|