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

NativeProxyData

Syadeu edited this page Oct 21, 2021 · 9 revisions

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

[NativeContainer, StructLayout(LayoutKind.Sequential)]
unsafe internal struct NativeProxyData : IDisposable

프록시 데이터 (ProxyTransformData) 들을 보다 효과적으로 관리하기 위해 설계된 구조체입니다.

Inheritance: System.Object -> NativeProxyData
Implements: IDisposable

Overview

  • 1

Remarks

Description

Examples


Public Static Fields

Name Description
readonly Null

Private Fields

Name Description
unsafe [NativeDisableUnsafePtrRestriction] m_UnsafeList
m_AllocatorLabel

Public Fields

Name Description
EditorOnly m_Safety
EditorOnly [NativeSetClassTypeToNullOnSchedule] m_DisposeSentinel

Properties

Name Description
this[int]
List

Methods

Name Description
Dispose()
Add(PrefabReference, float3, quaternion, float3, bool, float3, float3)
Remove(ProxyTransform)
Clear()
ElementAt(int)
GetActiveData(Allocator)
obsolete For(System.Action<ProxyTransform>)
- 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