이트레이닝 코어플랫폼 프레임워크 문서화  1.3.0.0
 모두 클래스 네임스페이스들 함수 변수 열거형 타입 속성 페이지들
ETE.Engine.MultipleComponentAttribute 클래스 참조

한개의 SimulationObject에는 동일 형식의 Component는 한 개만 추가할 수 있습니다. 동일 형식의 Component를 여러 개 추가하려면 Compoent class는 MultipleComponentAttribute를 선언해야 합니다. 사용법: [MultipleComponent(Allow = true)] public class MyComponent : Component { ... } 더 자세히 ...

Attribute를(을) 상속했습니다.

상세한 설명

한개의 SimulationObject에는 동일 형식의 Component는 한 개만 추가할 수 있습니다. 동일 형식의 Component를 여러 개 추가하려면 Compoent class는 MultipleComponentAttribute를 선언해야 합니다. 사용법: [MultipleComponent(Allow = true)] public class MyComponent : Component { ... }


이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: