C# 클래스 SpellProperties, r2d2_assignment

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

공개 프로퍼티들

프로퍼티 타입 설명
parent Transform
spellDamage float
spellElem SpellElement
spellMat Material[]
spellType SpellType,
trail GameObject

공개 메소드들

메소드 설명
Awake ( ) : void
setSpellProperties ( object>.Dictionary spellParams ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

setSpellProperties() 공개 메소드

public setSpellProperties ( object>.Dictionary spellParams ) : void
spellParams object>.Dictionary
리턴 void

프로퍼티 상세

parent 공개적으로 프로퍼티

public Transform parent
리턴 Transform

spellDamage 공개적으로 프로퍼티

public float spellDamage
리턴 float

spellElem 공개적으로 프로퍼티

public SpellElement spellElem
리턴 SpellElement

spellMat 공개적으로 프로퍼티

public Material[] spellMat
리턴 Material[]

spellType 공개적으로 프로퍼티

public SpellType, spellType
리턴 SpellType,

trail 공개적으로 프로퍼티

public GameObject trail
리턴 GameObject