C# 클래스 FallingRocksActivator, gmap377_leathGloves_inc

Falling rocks activator. Attach to a trigger and assign the objects you want to activate.
상속: MonoBehaviour
파일 보기 프로젝트 열기: bi3mer/gmap377_leathGloves_inc

공개 프로퍼티들

프로퍼티 타입 설명
FallingRocks GameObject[]

공개 메소드들

메소드 설명
OnTriggerEnter ( Collider activator ) : void

Checks for collison with the player and then activates rigidbodies on

메소드 상세

OnTriggerEnter() 공개 메소드

Checks for collison with the player and then activates rigidbodies on
public OnTriggerEnter ( Collider activator ) : void
activator Collider Activator.
리턴 void

프로퍼티 상세

FallingRocks 공개적으로 프로퍼티

public GameObject[] FallingRocks
리턴 GameObject[]