C# 클래스 CutsceneClip, silverscreen

상속: UnityEngine.ScriptableObject
파일 보기 프로젝트 열기: mminer/silverscreen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
inPoint float
master CutsceneMedia,
outPoint float
timelineStart float

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ApplyEffect ( Type effect ) : void

Adds an effect to the clip.

CutsceneClip ( CutsceneMedia, master ) : System
GetCopy ( ) : CutsceneClip,

Gets a clone of the current clip.

SetInPoint ( float value ) : void
SetOutPoint ( float value ) : void
SetTimelineStart ( float value ) : void

메소드 상세

ApplyEffect() 공개 메소드

Adds an effect to the clip.
public ApplyEffect ( Type effect ) : void
effect Type The transitions or filter.
리턴 void

CutsceneClip() 공개 메소드

public CutsceneClip ( CutsceneMedia, master ) : System
master CutsceneMedia,
리턴 System

GetCopy() 공개 메소드

Gets a clone of the current clip.
public GetCopy ( ) : CutsceneClip,
리턴 CutsceneClip,

SetInPoint() 공개 메소드

public SetInPoint ( float value ) : void
value float
리턴 void

SetOutPoint() 공개 메소드

public SetOutPoint ( float value ) : void
value float
리턴 void

SetTimelineStart() 공개 메소드

public SetTimelineStart ( float value ) : void
value float
리턴 void

프로퍼티 상세

inPoint 공개적으로 프로퍼티

public float inPoint
리턴 float

master 공개적으로 프로퍼티

public CutsceneMedia, master
리턴 CutsceneMedia,

outPoint 공개적으로 프로퍼티

public float outPoint
리턴 float

timelineStart 공개적으로 프로퍼티

public float timelineStart
리턴 float