Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

ClusterGroup

Syadeu edited this page Oct 21, 2021 · 7 revisions

Namespace: Syadeu.Presentation.Proxy
File: ClusterGroup.cs

[BurstCompile(CompileSynchronously = true)]
internal unsafe struct ClusterGroup<T> : IDisposable

Cluster<T> 의 하위 그룹입니다. 이 그룹부터 실제 배열 데이터가 담겨있습니다.

Inheritance: System.Object -> ClusterGroup<T>
Implements: IDisposable

Overview

  • Burst 컴파일러를 통해 Unity.Jobs를 지원하도록 설계되었습니다.

Remarks

Description

Examples


Private Fields

Name Description
readonly m_GroupIndex
readonly m_Translation
readonly m_IsCreated
unsafe [NativeDisableUnsafePtrRestriction] m_Buffer
m_Length

Properties

Name Description
this[int]
Length
Translation
IsCreated
AABB AABB

Methods

Name Description
AsReadOnly(Allocator)
Add(in int)
RemoveAt(in int)
HasElementAt(int)
- Interfaces
- Enums
- Attributes
- Abstract Classes
- Classes
- Structs
- Exceptions

- Syadeu.Presentation
- Syadeu.Collections
- Syadeu.Collections.Converters
- Syadeu.Collections.Proxy
- Syadeu.Presentation.Proxy
- Syadeu.Presentation.Internal
- Syadeu.Presentation.Entities
- Syadeu.Presentation.Attributes
- Syadeu.Presentation.Components
- Syadeu.Presentation.Actions
- Syadeu.Presentation.Render
  • CameraData
  • CameraFrustum
  • IntersectionType
  • RenderSystem
  • WorldCanvasSystem
- Syadeu.Presentation.Data
  • DataContainerSystem
  • DataObjectBase
  • EntityAnimationClipEventData
- Syadeu.Presentation.Events

Clone this wiki locally