Description
Chunk terrain cache size (MB).
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ChunkTerrainCacheSize() As Integer
|
[C#] |
---|
public int ChunkTerrainCacheSize {get; set;}
|
[Managed C++] |
---|
public: __property int get_ChunkTerrainCacheSize(); public: __property void set_ChunkTerrainCacheSize( int );
|
[Unmanaged C++] |
---|
public: HRESULT get_ChunkTerrainCacheSize( long * pRetVal ); public: HRESULT put_ChunkTerrainCacheSize( long NewChunkTerrainCacheSize );
|
[Java] |
---|
public int getChunkTerrainCacheSize();public void setChunkTerrainCacheSize( int );
|
See Also