C# Class SpiderMove, Wallcology-Unity

Inheritance: MonoBehaviour
显示文件 Open project: ltg-uic/Wallcology-Unity

Public Properties

Property Type Description
CanProduceSilk bool
CheckBackBelow GameObject
CheckBelow GameObject
CheckFront GameObject
CheckFrontBelow GameObject
MaxSize float
MaxSpeed float
MinSize float
MinSpeed float
SilkStringModel GameObject
SpiderChoice int
SpiderModel GameObject
tempMaxSize float
tempMaxSpeed float
tempMinSize float
tempMinSpeed float

Public Methods

Method Description
FixedUpdate ( ) : void
OnDrawGizmos ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
Brain ( ) : void
CheckMovement ( ) : void
CreateSilk ( ) : void
DrawLinesAndIcons ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnDrawGizmos() public method

public OnDrawGizmos ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

CanProduceSilk public_oe property

public bool CanProduceSilk
return bool

CheckBackBelow public_oe property

public GameObject CheckBackBelow
return GameObject

CheckBelow public_oe property

public GameObject CheckBelow
return GameObject

CheckFront public_oe property

public GameObject CheckFront
return GameObject

CheckFrontBelow public_oe property

public GameObject CheckFrontBelow
return GameObject

MaxSize public_oe property

public float MaxSize
return float

MaxSpeed public_oe property

public float MaxSpeed
return float

MinSize public_oe property

public float MinSize
return float

MinSpeed public_oe property

public float MinSpeed
return float

SilkStringModel public_oe property

public GameObject SilkStringModel
return GameObject

SpiderChoice public_oe property

public int SpiderChoice
return int

SpiderModel public_oe property

public GameObject SpiderModel
return GameObject

tempMaxSize public_oe property

public float tempMaxSize
return float

tempMaxSpeed public_oe property

public float tempMaxSpeed
return float

tempMinSize public_oe property

public float tempMinSize
return float

tempMinSpeed public_oe property

public float tempMinSpeed
return float