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

EntityExtensionMethods

Syadeu edited this page Oct 21, 2021 · 6 revisions

Namespace: Syadeu.Presentation
File: EntityExtensionMethods.cs

public static class EntityExtensionMethods

Entity<T> , EntityData<T> 에 대한 추가적인 도움을 주는 메소드를 담는 static class 입니다.

Inheritance: System.Object -> EntityExtensionMethods

Overview

  • 1

Remarks

Description

Examples


Static Methods

Name Description
As<T, TA>(this EntityData<T>) EntityData<T> 를 TA 로 캐스팅합니다.
As<T, TA>(this Entity<T>) Entity<T> 를 TA 로 캐스팅합니다.
TryAsReference<T>(this T, out EntityData<T>) EntityDataBase 를 상속받는 인스턴스를 레퍼런스 형식으로 변환하여 반환합니다. 만약 해당 인스턴스가 유효하지 않다면 false 를 반환합니다.
AsReference<T>(this T) EntityDataBase 를 상속받는 인스턴스를 레퍼런스 형식으로 변환하여 반환합니다.
AsReference<T, TA>(this T) EntityDataBase 를 상속받는 인스턴스를 TA 레퍼런스 형식으로 캐스팅하여 반환합니다.
- 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