C# 클래스 PorteeSkills, TheDeadMemories

상속: BaseSkills
파일 보기 프로젝트 열기: TheDeadMemoriesTeam/TheDeadMemories

공개 메소드들

메소드 설명
PorteeSkills ( string name, string description, int price, Skills, father, float timeIncantation, int manaCost, Transform particule, float damage, int costIncDamage, int costIncPortee, string nameDamage, string namePortee, string descriptionDamage, string descriptionPortee, float basePortee ) : System.Collections
launch ( Vector3 position, Vector3 forward, float damageMagic, float critic, float factor ) : void

메소드 상세

PorteeSkills() 공개 메소드

public PorteeSkills ( string name, string description, int price, Skills, father, float timeIncantation, int manaCost, Transform particule, float damage, int costIncDamage, int costIncPortee, string nameDamage, string namePortee, string descriptionDamage, string descriptionPortee, float basePortee ) : System.Collections
name string
description string
price int
father Skills,
timeIncantation float
manaCost int
particule Transform
damage float
costIncDamage int
costIncPortee int
nameDamage string
namePortee string
descriptionDamage string
descriptionPortee string
basePortee float
리턴 System.Collections

launch() 공개 메소드

public launch ( Vector3 position, Vector3 forward, float damageMagic, float critic, float factor ) : void
position Vector3
forward Vector3
damageMagic float
critic float
factor float
리턴 void