Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.MaterialSwitch

Extends
Modifier
Modifiers
editinlinenew hidecategories ( Modifier ) native

Core.Object
|   
+-- Engine.Material
   |   
   +-- Engine.Modifier
      |   
      +-- Engine.MaterialSwitch

Variables Summary
MaterialSwitch
intCurrent
array<Material>Materials
Inherited Variables from Engine.Modifier
Material
Inherited Variables from Engine.Material
DefaultMaterial, FallbackMaterial, MaterialSoundType, MaterialType, MaterialVisualType, UseFallback, Validated

Enumerations Summary
Inherited Enumerations from Engine.Material
EMaterialType, EMaterialVisualType

Functions Summary
function Reset ()))
functionbool Set (int Index))
function Trigger (Actor Other, Actor EventInstigator ))
Inherited Functions from Engine.Modifier
GetUSize, GetVSize, Reset, Trigger
Inherited Functions from Engine.Material
GetUSize, GetVSize, Reset, Trigger


Variables Detail

MaterialSwitch

Current Source code

var(MaterialSwitch) transient int Current;

Materials Source code

var(MaterialSwitch) editinlineuse array<Material> Materials;


Functions Detail

Reset Source code

function Reset ( ) )

Set Source code

function bool Set ( int Index) )

Trigger Source code

function Trigger ( Actor Other, Actor EventInstigator ) )


Defaultproperties

defaultproperties
{
	Current=0



	MaterialType = MT_MaterialSwitch

}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:31.986 - Created with UnCodeX