AssetEntry Class Reference

#include <c4d_baselist.h>

公共成员函数

  AssetEntry (const Filename &filename, const maxon::String &assetname, Int32 channelId, Bool netRequestOnDemand)
  AssetEntry (const Filename &filename, const maxon::String &assetname, Int32 channelId, Bool netRequestOnDemand, BaseList2D *owner, Bool exists, Int32 paramId, const maxon::CString &nodePath, const maxon::Id &nodeSpace, BaseOverride *parentOverride)

Public Attributes

Filename   _filename
String   _assetname
Int32   _channelId
Bool   _netRequestOnDemand
BaseList2D _owner
Bool   _exists
Int32   _paramId
maxon::CString   _nodePath
maxon::Id   _nodeSpace
BaseOverride _override

构造函数 & 析构函数文档编制

◆  AssetEntry() [1/2]

AssetEntry ( const Filename filename ,
const maxon::String assetname ,
Int32   channelId ,
Bool   netRequestOnDemand  
)

Constructor.

参数
[in] filename The asset filename.
[in] assetname The asset name.
[in] channelId The asset channel ID.
[in] netRequestOnDemand NET request on demand.
另请参阅
AssetData::Add()

◆  AssetEntry() [2/2]

AssetEntry ( const Filename filename ,
const maxon::String assetname ,
Int32   channelId ,
Bool   netRequestOnDemand ,
BaseList2D owner ,
Bool   exists ,
Int32   paramId ,
const maxon::CString nodePath ,
const maxon::Id nodeSpace ,
BaseOverride parentOverride  
)

Member Data Documentation

◆  _filename

Filename _filename

The asset filename.

◆  _assetname

String _assetname

The asset name.

◆  _channelId

Int32 _channelId

The asset channel ID.

◆  _netRequestOnDemand

Bool _netRequestOnDemand

NET request on demand.

另请参阅
AssetData::Add()

◆  _owner

BaseList2D * _owner

The owner object.

◆  _exists

Bool _exists

If the asset could be found.

◆  _paramId

Int32 _paramId

The parameter ID.

◆  _nodePath

maxon::CString _nodePath

The node path of the port the asset is assigned to in case of a nimbus material.

◆  _nodeSpace

maxon::Id _nodeSpace

The node space id in case of a nimbus material.

◆  _override

BaseOverride * _override

The override containing the owner of the asset if it's not in the current take.