|
이트레이닝 코어플랫폼 프레임워크 문서화
1.3.0.0
|
한개의 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 { ... }