Sinespace Client  2023.2.17543
Client-side scripting for Sinespace
SineSpace.Scripting.Components.SUILayout< T > Class Template Reference
Inheritance diagram for SineSpace.Scripting.Components.SUILayout< T >:
ScriptClassComponent< T > ScriptClass< T > ScriptClassWrapper< T >

Properties

bool Enabled [get, set]
 
int PaddingLeft [get, set]
 
int PaddingRight [get, set]
 
int PaddingTop [get, set]
 
int PaddingBottom [get, set]
 
string ChildAlignment [get, set]
 
float Spacing [get, set]
 
bool ChildControlHeight [get, set]
 
bool ChildControlWidth [get, set]
 
bool ChildForceExpandHeight [get, set]
 
bool ChildForceExpandWidth [get, set]
 
SVector GridCellSize [get, set]
 
SVector GridSpacing [get, set]
 
int GridConstraintCount [get, set]
 
string GridConstraint [get, set]
 
- Properties inherited from ScriptClassComponent< T >
SGameObject GameObject [get]
 Return the GameObject which component added. More...
 
- Properties inherited from ScriptClass< T >
override bool Alive [get]
 Return if the component is alive. More...
 
virtual bool Alive [get]
 
DynValue CachedData [get, set]
 
- Properties inherited from ScriptClassWrapper< T >
_wrap [get]
 

Additional Inherited Members

- Public Member Functions inherited from ScriptClass< T >
void ReportError (string error, bool fatal, UnityEngine.Object target=null)
 
abstract void Initialise (SScript runtime, object wrapper)
 
- Public Member Functions inherited from ScriptClassWrapper< T >
override void Initialise (SScript runtime, object wrapper)
 
- Protected Member Functions inherited from ScriptClass< T >
void Initialise (SScript runtime)
 

Property Documentation

◆ ChildAlignment

string SineSpace.Scripting.Components.SUILayout< T >.ChildAlignment
getset

◆ ChildControlHeight

bool SineSpace.Scripting.Components.SUILayout< T >.ChildControlHeight
getset

◆ ChildControlWidth

bool SineSpace.Scripting.Components.SUILayout< T >.ChildControlWidth
getset

◆ ChildForceExpandHeight

bool SineSpace.Scripting.Components.SUILayout< T >.ChildForceExpandHeight
getset

◆ ChildForceExpandWidth

bool SineSpace.Scripting.Components.SUILayout< T >.ChildForceExpandWidth
getset

◆ Enabled

bool SineSpace.Scripting.Components.SUILayout< T >.Enabled
getset

◆ GridCellSize

◆ GridConstraint

string SineSpace.Scripting.Components.SUILayout< T >.GridConstraint
getset

◆ GridConstraintCount

int SineSpace.Scripting.Components.SUILayout< T >.GridConstraintCount
getset

◆ GridSpacing

◆ PaddingBottom

int SineSpace.Scripting.Components.SUILayout< T >.PaddingBottom
getset

◆ PaddingLeft

int SineSpace.Scripting.Components.SUILayout< T >.PaddingLeft
getset

◆ PaddingRight

int SineSpace.Scripting.Components.SUILayout< T >.PaddingRight
getset

◆ PaddingTop

int SineSpace.Scripting.Components.SUILayout< T >.PaddingTop
getset

◆ Spacing

float SineSpace.Scripting.Components.SUILayout< T >.Spacing
getset