C# 클래스 SSTUTools.AirstreamShieldArea

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

공개 프로퍼티들

프로퍼티 타입 설명
bottomRadius float
bottomY float
name string
topRadius float
topY float
useBottomNode bool
useTopNode bool

공개 메소드들

메소드 설명
AirstreamShieldArea ( string name, float topRad, float bottomRad, float topY, float bottomY, bool topNode, bool bottomNode ) : System
updateShieldStatus ( Part p, List shieldedParts ) : void

메소드 상세

AirstreamShieldArea() 공개 메소드

public AirstreamShieldArea ( string name, float topRad, float bottomRad, float topY, float bottomY, bool topNode, bool bottomNode ) : System
name string
topRad float
bottomRad float
topY float
bottomY float
topNode bool
bottomNode bool
리턴 System

updateShieldStatus() 공개 메소드

public updateShieldStatus ( Part p, List shieldedParts ) : void
p Part
shieldedParts List
리턴 void

프로퍼티 상세

bottomRadius 공개적으로 프로퍼티

public float bottomRadius
리턴 float

bottomY 공개적으로 프로퍼티

public float bottomY
리턴 float

name 공개적으로 프로퍼티

public string name
리턴 string

topRadius 공개적으로 프로퍼티

public float topRadius
리턴 float

topY 공개적으로 프로퍼티

public float topY
리턴 float

useBottomNode 공개적으로 프로퍼티

public bool useBottomNode
리턴 bool

useTopNode 공개적으로 프로퍼티

public bool useTopNode
리턴 bool