C# 클래스 DestroyOnCollision, Viewport

상속: MonoBehaviour
파일 보기 프로젝트 열기: tws2xa/Viewport 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
destroyTags List

공개 메소드들

메소드 설명
OnCollisionEnter ( Collision collision ) : void

메소드 상세

OnCollisionEnter() 공개 메소드

public OnCollisionEnter ( Collision collision ) : void
collision Collision
리턴 void

프로퍼티 상세

destroyTags 공개적으로 프로퍼티

This list contains all destroy trigger tags. If the object collides with anything that has one of these tags, it will be destroyed. Otherwise, it will not be destroyed.
public List destroyTags
리턴 List