Example #1
0
        // ----- ----- ----- ----- -----
        // ObjectIf --> SprBehaviour

        public static Type GetBehaviour <Type>(this ObjectIf springheadObject) where Type : SprBehaviour
        {
            return(SprBehaviour.GetBehaviour <Type>(springheadObject));
        }