GameObject.isStatic Manual     Reference     Scripting  
Scripting > Runtime Classes > GameObject
GameObject.isStatic

var isStatic : boolean

Description

Editor only API that specifies if a game object is static.

returns true if any of the static flags are set (See Also: GameObjectUtility.SetStaticEditorFlags).

setting this to true sets all the static flags (See Also: GameObjectUtility.SetStaticEditorFlags).