C# 클래스 UnityPlatformer.ItemMovingPlatformController

상속: Item
파일 보기 프로젝트 열기: llafuente/unity-platformer

공개 프로퍼티들

프로퍼티 타입 설명
onUse MovingPlatformActions
targets List

공개 메소드들

메소드 설명
IsUsableBy ( Character p ) : bool

Can be used by any character

Use ( Character p ) : void

When use operate over given targets

메소드 상세

IsUsableBy() 공개 메소드

Can be used by any character
public IsUsableBy ( Character p ) : bool
p Character
리턴 bool

Use() 공개 메소드

When use operate over given targets
public Use ( Character p ) : void
p Character
리턴 void

프로퍼티 상세

onUse 공개적으로 프로퍼티

Action that Moving Platform will do
public MovingPlatformActions onUse
리턴 MovingPlatformActions

targets 공개적으로 프로퍼티

Moving Platforms that will be affected
public List targets
리턴 List