|
|
plResult | Serialize (plStreamWriter &inout_stream) const |
| |
|
plResult | Deserialize (plStreamReader &inout_stream) |
| |
|
virtual | ~plRefCounted ()=default |
| | Adds a virtual destructor.
|
| |
|
| plRefCountingImpl ()=default |
| | Constructor.
|
| |
|
| plRefCountingImpl (const plRefCountingImpl &rhs) |
| |
|
void | operator= (const plRefCountingImpl &rhs) |
| |
|
plInt32 | AddRef () const |
| | Increments the reference counter. Returns the new reference count.
|
| |
|
plInt32 | ReleaseRef () const |
| | Decrements the reference counter. Returns the new reference count.
|
| |
|
bool | IsReferenced () const |
| | Returns true if the reference count is greater than 0, false otherwise.
|
| |
|
plInt32 | GetRefCount () const |
| | Returns the current reference count.
|
| |
|
|
Kraut::TreeStructureDesc | m_TreeStructureDesc |
| |
|
Kraut::LodDesc | m_LodDesc [5] |
| |
|
plHybridArray< plKrautMaterialDescriptor, 4 > | m_Materials |
| |
|
plString | m_sSurfaceResource |
| |
|
float | m_fStaticColliderRadius = 0.5f |
| |
|
float | m_fUniformScaling = 1.0f |
| |
|
float | m_fLodDistanceScale = 1.0f |
| |
|
float | m_fTreeStiffness = 10.0f |
| |
|
plUInt16 | m_uiDefaultDisplaySeed = 0 |
| |
|
plHybridArray< plUInt16, 16 > | m_GoodRandomSeeds |
| |
The documentation for this struct was generated from the following files:
- Code/EnginePlugins/KrautPlugin/Resources/KrautGeneratorResource.h
- Code/EnginePlugins/KrautPlugin/Resources/KrautGeneratorResource.cpp