C# 클래스 World.SpawnSettings, ggj16

파일 보기 프로젝트 열기: amzeratul/ggj16

공개 프로퍼티들

프로퍼티 타입 설명
AlignWithCore bool
MaxDistance float
MaxHeight float
MinDistance float
MinHeight float
Name string

공개 메소드들

메소드 설명
SpawnSettings ( string name, float minHeight, float maxHeight, float minDistance, float maxDistance = 12, bool align = true ) : System

메소드 상세

SpawnSettings() 공개 메소드

public SpawnSettings ( string name, float minHeight, float maxHeight, float minDistance, float maxDistance = 12, bool align = true ) : System
name string
minHeight float
maxHeight float
minDistance float
maxDistance float
align bool
리턴 System

프로퍼티 상세

AlignWithCore 공개적으로 프로퍼티

public bool AlignWithCore
리턴 bool

MaxDistance 공개적으로 프로퍼티

public float MaxDistance
리턴 float

MaxHeight 공개적으로 프로퍼티

public float MaxHeight
리턴 float

MinDistance 공개적으로 프로퍼티

public float MinDistance
리턴 float

MinHeight 공개적으로 프로퍼티

public float MinHeight
리턴 float

Name 공개적으로 프로퍼티

public string Name
리턴 string