C# 클래스 GearSelector, clockwork

상속: MonoBehaviour
파일 보기 프로젝트 열기: shadowseer99/clockwork

공개 프로퍼티들

프로퍼티 타입 설명
gears Gear[],
goldMaterial Material

공개 메소드들

메소드 설명
GetGearByCollSize ( float radius, bool isGolden = false ) : Gear,
GetGearByPegs ( int numPegs, bool isGolden = false ) : Gear,
GetGearByTrigSize ( float radius, bool isGolden = false ) : Gear,

메소드 상세

GetGearByCollSize() 공개 메소드

public GetGearByCollSize ( float radius, bool isGolden = false ) : Gear,
radius float
isGolden bool
리턴 Gear,

GetGearByPegs() 공개 메소드

public GetGearByPegs ( int numPegs, bool isGolden = false ) : Gear,
numPegs int
isGolden bool
리턴 Gear,

GetGearByTrigSize() 공개 메소드

public GetGearByTrigSize ( float radius, bool isGolden = false ) : Gear,
radius float
isGolden bool
리턴 Gear,

프로퍼티 상세

gears 공개적으로 프로퍼티

public Gear[], gears
리턴 Gear[],

goldMaterial 공개적으로 프로퍼티

public Material goldMaterial
리턴 Material