Photon Quantum 2.1.1

Quantum.Core.FrameBase Member List

This is the complete list of members for Quantum.Core.FrameBase, including all inherited members.

Add(EntityRef entity, int componentIndex, void *value)Quantum.Core.FrameBaseinline
Add(EntityRef entity, int componentIndex, out void *result)Quantum.Core.FrameBaseinline
Add(EntityRef entity, int componentIndex, void *value, out void *result)Quantum.Core.FrameBaseinline
Add< T >(EntityRef entity)Quantum.Core.FrameBaseinline
Add< T >(EntityRef entity, T value)Quantum.Core.FrameBaseinline
Add< T >(EntityRef entity, out T *result)Quantum.Core.FrameBaseinline
Add< T >(EntityRef entity, T value, out T *result)Quantum.Core.FrameBaseinline
AddAsset(AssetObject asset)Quantum.Core.FrameBaseinline
AddOrGet(EntityRef entity, int componentIndex, out void *result)Quantum.Core.FrameBaseinline
AddOrGet< T >(EntityRef entity, out T *result)Quantum.Core.FrameBaseinline
ClearAllNavMeshRegions()Quantum.Core.FrameBaseinline
ClearCulledState()Quantum.Core.FrameBaseinline
ComponentCount(int componentIndex, bool includePendingRemoval=false)Quantum.Core.FrameBaseinline
ComponentCount< T >(bool includePendingRemoval=false)Quantum.Core.FrameBaseinline
Create(AssetRefEntityPrototype prototype)Quantum.Core.FrameBaseinline
Create(EntityPrototype prototype)Quantum.Core.FrameBaseinline
Create(EntityPrototypeContainer[] prototypes, Map parentAsset)Quantum.Core.FrameBaseinline
Create()Quantum.Core.FrameBaseinline
Cull(EntityRef entityRef)Quantum.Core.FrameBaseinline
Culled(EntityRef entityRef)Quantum.Core.FrameBaseinline
Destroy(EntityRef entityRef)Quantum.Core.FrameBaseinline
DestroyPending(EntityRef entityRef)Quantum.Core.FrameBaseinline
DisposeAsset(AssetGuid guid)Quantum.Core.FrameBaseinline
DisposeAsset(string path, DatabaseType dbType=DatabaseType.Default)Quantum.Core.FrameBaseinline
Exists(EntityRef entityRef)Quantum.Core.FrameBaseinline
FindAsset< T >(AssetGuid guid)Quantum.Core.FrameBaseinline
FindAsset< T >(AssetRef assetRef)Quantum.Core.FrameBaseinline
FindAsset< T >(AssetRef assetRef, out T asset)Quantum.Core.FrameBaseinline
FindAsset< T >(string path, DatabaseType dbType=DatabaseType.Default)Quantum.Core.FrameBaseinline
FindPrototype(EntityPrototypeRef prototypeRef)Quantum.Core.FrameBaseinline
FindPrototype(ComponentPrototypeRef prototypeRef)Quantum.Core.FrameBaseinline
Get< T >(EntityRef entityRef)Quantum.Core.FrameBaseinline
GetComponentIterator< T >()Quantum.Core.FrameBaseinline
GetComponentSet(EntityRef entityRef)Quantum.Core.FrameBaseinline
Has(EntityRef entityRef, ComponentSet set)Quantum.Core.FrameBaseinline
Has< T >(EntityRef entityRef)Quantum.Core.FrameBaseinline
IsCullable(EntityRef entity)Quantum.Core.FrameBaseinline
IsCulled(EntityRef entityRef)Quantum.Core.FrameBaseinline
LoadAsset(AssetGuid guid)Quantum.Core.FrameBaseinline
NavigationQuantum.Core.FrameBase
Physics2DQuantum.Core.FrameBase
Physics3DQuantum.Core.FrameBase
Remove(EntityRef entityRef, Type componentType)Quantum.Core.FrameBaseinline
Remove(EntityRef entityRef, int componentIndex)Quantum.Core.FrameBaseinline
Remove< T >(EntityRef entityRef)Quantum.Core.FrameBaseinline
ReplaceAsset(AssetGuid guid, AssetObject asset)Quantum.Core.FrameBaseinline
Set(EntityRef entity, int componentIndex, void *value)Quantum.Core.FrameBaseinline
Set(EntityRef entity, AssetRefEntityPrototype prototype)Quantum.Core.FrameBaseinline
Set(EntityRef entity, EntityPrototype prototype)Quantum.Core.FrameBaseinline
Set(EntityRef entity, AssetRefEntityPrototype prototype, out ComponentSet overwrittenComponents)Quantum.Core.FrameBaseinline
Set(EntityRef entity, EntityPrototype prototype, out ComponentSet overwrittenComponents)Quantum.Core.FrameBaseinline
Set< T >(EntityRef entity, T value)Quantum.Core.FrameBaseinline
SetCullable(EntityRef entityRef, bool cullable)Quantum.Core.FrameBaseinline
TryFindAsset< T >(AssetGuid guid, out T asset)Quantum.Core.FrameBaseinline
TryFindAsset< T >(AssetRef assetRef, out T asset)Quantum.Core.FrameBaseinline
TryFindAsset< T >(string path, out T asset, DatabaseType dbType=DatabaseType.Default)Quantum.Core.FrameBaseinline
TryFindAsset< TAssetRef, T >(TAssetRef assetRef, out T asset)Quantum.Core.FrameBaseinline
TryGet< T >(EntityRef entityRef, out T value)Quantum.Core.FrameBaseinline
TryGetComponentSet(EntityRef entityRef, out ComponentSet set)Quantum.Core.FrameBaseinline