C# Class Game.MiniMap

Mostrar archivo Open project: vs-team/casanova-mk2 Class Usage Examples

Public Properties

Property Type Description
ID int
JustEntered bool
MaxX System.Single
MaxZ System.Single
MinX System.Single
MinY System.Single
MinZ System.Single
UnityMiniMap UnityMiniMap
___SizeH10 System.Single
___SizeW10 System.Single
___height10 System.Single
___midX10 System.Single
___midY10 System.Single
___midZ10 System.Single
___position10 UnityEngine.Vector3
___width10 System.Single
cameraSizeOffset System.Single
frame int

Public Methods

Method Description
MiniMap ( System Xmin, System Ymin, System Zmin, System Xmax, System Zmax ) : Casanova.Prelude
Rule0 ( float dt, World world ) : void
Rule1 ( float dt, World world ) : void
Update ( float dt, World world ) : void

Method Details

MiniMap() public method

public MiniMap ( System Xmin, System Ymin, System Zmin, System Xmax, System Zmax ) : Casanova.Prelude
Xmin System
Ymin System
Zmin System
Xmax System
Zmax System
return Casanova.Prelude

Rule0() public method

public Rule0 ( float dt, World world ) : void
dt float
world World
return void

Rule1() public method

public Rule1 ( float dt, World world ) : void
dt float
world World
return void

Update() public method

public Update ( float dt, World world ) : void
dt float
world World
return void

Property Details

ID public_oe property

public int ID
return int

JustEntered public_oe property

public bool JustEntered
return bool

MaxX public_oe property

public Single,System MaxX
return System.Single

MaxZ public_oe property

public Single,System MaxZ
return System.Single

MinX public_oe property

public Single,System MinX
return System.Single

MinY public_oe property

public Single,System MinY
return System.Single

MinZ public_oe property

public Single,System MinZ
return System.Single

UnityMiniMap public_oe property

public UnityMiniMap UnityMiniMap
return UnityMiniMap

___SizeH10 public_oe property

public Single,System ___SizeH10
return System.Single

___SizeW10 public_oe property

public Single,System ___SizeW10
return System.Single

___height10 public_oe property

public Single,System ___height10
return System.Single

___midX10 public_oe property

public Single,System ___midX10
return System.Single

___midY10 public_oe property

public Single,System ___midY10
return System.Single

___midZ10 public_oe property

public Single,System ___midZ10
return System.Single

___position10 public_oe property

public Vector3,UnityEngine ___position10
return UnityEngine.Vector3

___width10 public_oe property

public Single,System ___width10
return System.Single

cameraSizeOffset public_oe property

public Single,System cameraSizeOffset
return System.Single

frame public_oe property

public int frame
return int