C# 클래스 StatEffectRecord, SRPGCK

파일 보기 프로젝트 열기: JoeOsborn/SRPGCK 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
effect StatEffect,
initialValue float
inventory Inventory,
involvedItem Item,
removedStatusEffects StatusEffect[],
specialMoveStart Vector3
statusEffect StatusEffect,
success bool

공개 메소드들

메소드 설명
Matches ( StatChange, changes, string reactableTypes ) : bool
Matches ( string statNames, StatChangeType changes, string reactableTypes ) : bool
StatEffectRecord ( StatEffect, e, Inventory, inv, Item, it, bool succ ) : System.Collections.Generic
StatEffectRecord ( StatEffect, e, StatusEffect, sfx ) : System.Collections.Generic
StatEffectRecord ( StatEffect, e, Vector3 start ) : System.Collections.Generic
StatEffectRecord ( StatEffect, e, float init, float endVal, float v ) : System.Collections.Generic

메소드 상세

Matches() 공개 메소드

public Matches ( StatChange, changes, string reactableTypes ) : bool
changes StatChange,
reactableTypes string
리턴 bool

Matches() 공개 메소드

public Matches ( string statNames, StatChangeType changes, string reactableTypes ) : bool
statNames string
changes StatChangeType
reactableTypes string
리턴 bool

StatEffectRecord() 공개 메소드

public StatEffectRecord ( StatEffect, e, Inventory, inv, Item, it, bool succ ) : System.Collections.Generic
e StatEffect,
inv Inventory,
it Item,
succ bool
리턴 System.Collections.Generic

StatEffectRecord() 공개 메소드

public StatEffectRecord ( StatEffect, e, StatusEffect, sfx ) : System.Collections.Generic
e StatEffect,
sfx StatusEffect,
리턴 System.Collections.Generic

StatEffectRecord() 공개 메소드

public StatEffectRecord ( StatEffect, e, Vector3 start ) : System.Collections.Generic
e StatEffect,
start Vector3
리턴 System.Collections.Generic

StatEffectRecord() 공개 메소드

public StatEffectRecord ( StatEffect, e, float init, float endVal, float v ) : System.Collections.Generic
e StatEffect,
init float
endVal float
v float
리턴 System.Collections.Generic

프로퍼티 상세

effect 공개적으로 프로퍼티

public StatEffect, effect
리턴 StatEffect,

initialValue 공개적으로 프로퍼티

public float initialValue
리턴 float

inventory 공개적으로 프로퍼티

public Inventory, inventory
리턴 Inventory,

involvedItem 공개적으로 프로퍼티

public Item, involvedItem
리턴 Item,

removedStatusEffects 공개적으로 프로퍼티

public StatusEffect[], removedStatusEffects
리턴 StatusEffect[],

specialMoveStart 공개적으로 프로퍼티

public Vector3 specialMoveStart
리턴 Vector3

statusEffect 공개적으로 프로퍼티

public StatusEffect, statusEffect
리턴 StatusEffect,

success 공개적으로 프로퍼티

public bool success
리턴 bool